2 writes to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
598if (_paintFrozen++ == 0) 611if (--_paintFrozen == 0)
2 references to _paintFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
593get => _paintFrozen > 0; 606if (_paintFrozen == 0)