3 references to ShowGridLines
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
2955
if (
ShowGridLines
&& (_gridLinesRenderer == null))
2961
if ((!
ShowGridLines
) && (_gridLinesRenderer != null))
4040
|| !grid.
ShowGridLines
)