3 references to ShowGridLines
PresentationFramework (3)
src\Framework\System\Windows\Controls\Grid.cs (3)
2976
if (
ShowGridLines
&& (_gridLinesRenderer == null))
2982
if ((!
ShowGridLines
) && (_gridLinesRenderer != null))
4227
|| grid.
ShowGridLines
== false )