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