File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Converters
15
15
/// Otherwise the logic looks for the value to be GreaterThan or LessThan the specified value.
16
16
/// The ConverterParameter can be used to invert the logic.
17
17
/// </summary>
18
- [ Bindable ]
19
18
public class DoubleToObjectConverter : DependencyObject , IValueConverter
20
19
{
21
20
/// <summary>
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Converters
10
10
/// <summary>
11
11
/// This class converts a double value into a Visibility enumeration.
12
12
/// </summary>
13
- [ Bindable ]
14
13
public class DoubleToVisibilityConverter : DoubleToObjectConverter
15
14
{
16
15
/// <summary>
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Extensions
16
16
/// Custom <see cref="MarkupExtension"/> which can provide nullable bool values.
17
17
/// See https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/17767198-nullable-dependency-properties.
18
18
/// </summary>
19
- [ Bindable ]
20
19
[ MarkupExtensionReturnType ( ReturnType = typeof ( bool ? ) ) ]
21
20
public class NullableBool : MarkupExtension
22
21
{
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Extensions.Markup
19
19
/// xmlns:helpers="using:Microsoft.Toolkit.Uwp.UI.Extensions.Markup" />
20
20
/// </code>
21
21
/// </example>
22
- [ Bindable ]
23
22
public class OnDevice : MarkupExtension
24
23
{
25
24
/// <summary>
You can’t perform that action at this time.
0 commit comments