2 references to ShowGridLinesProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
90
SetFlags((bool)
ShowGridLinesProperty
.GetDefaultValue(DependencyObjectType), Flags.ShowGridLinesPropertyValue);
330
set { SetValue(
ShowGridLinesProperty
, value); }