3 references to ShowGridLinesPropertyValue
PresentationFramework (3)
src\Framework\System\Windows\Controls\Grid.cs (3)
90
SetFlags((bool) ShowGridLinesProperty.GetDefaultValue(DependencyObjectType), Flags.
ShowGridLinesPropertyValue
);
329
get { return (CheckFlagsAnd(Flags.
ShowGridLinesPropertyValue
)); }
3035
grid.SetFlags((bool) e.NewValue, Flags.
ShowGridLinesPropertyValue
);