2 writes to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
595if (_paintFrozen++ == 0) 608if (--_paintFrozen == 0)
2 references to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
590get => _paintFrozen > 0; 603if (_paintFrozen == 0)