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