1 write to _propertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.FreezePaintScope.cs (1)
14
_propertyGrid
= propertyGrid;
2 references to _propertyGrid
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.FreezePaintScope.cs (2)
15
_propertyGrid
.FreezePainting = true;
18
public void Dispose() =>
_propertyGrid
.FreezePainting = false;