2 writes to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
592
if (
_paintFrozen
++ == 0)
605
if (--
_paintFrozen
== 0)
2 references to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
587
get =>
_paintFrozen
> 0;
600
if (
_paintFrozen
== 0)