We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8e804 commit dca5342Copy full SHA for dca5342
src/Controls/src/Core/SetterSpecificity.cs
@@ -27,7 +27,6 @@ internal readonly struct SetterSpecificity
27
public const ushort StyleLocal = 0x100;
28
29
public static readonly SetterSpecificity DefaultValue = new SetterSpecificity(0);
30
- public static readonly SetterSpecificity LowestAppliedValue = new SetterSpecificity(1);
31
public static readonly SetterSpecificity VisualStateSetter = new SetterSpecificity(ExtrasVsm, 0, 0, 0, 0, 0, 0, 0);
32
public static readonly SetterSpecificity FromBinding = new SetterSpecificity(0, 0, 0, 1, 0, 0, 0, 0);
33
0 commit comments