3 writes to _parentCanSetDrawGrid
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
171
_parentCanSetDrawGrid
= false;
718
_parentCanSetDrawGrid
= true;
2280
_parentCanSetDrawGrid
= true;
2 references to _parentCanSetDrawGrid
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
169
if (
_parentCanSetDrawGrid
)
710
if (!
_parentCanSetDrawGrid
)