3 references to ShowGridLinesPropertyValue
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
53SetFlags((bool) ShowGridLinesProperty.GetDefaultValue(DependencyObjectType), Flags.ShowGridLinesPropertyValue); 259get { return (CheckFlagsAnd(Flags.ShowGridLinesPropertyValue)); } 2968grid.SetFlags((bool) e.NewValue, Flags.ShowGridLinesPropertyValue);