Skip to content

Commit 834995d

Browse files
committed
removed remaining bindable attributes
1 parent 00df29e commit 834995d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/UniformGrid/UniformGrid.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
1717
/// <summary>
1818
/// The UniformGrid control presents information within a Grid with even spacing.
1919
/// </summary>
20-
[Bindable]
2120
public partial class UniformGrid : Grid
2221
{
2322
// Guard for 15063 as Grid Spacing only works on 16299+.

UnitTests/Extensions/Helpers/ObjectWithNullableBoolProperty.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace UnitTests.Extensions.Helpers
99
{
10-
[Bindable]
1110
public class ObjectWithNullableBoolProperty : DependencyObject
1211
{
1312
public bool? NullableBool

0 commit comments

Comments
 (0)