2 writes to _propertyPageBitmap
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1836
_propertyPageBitmap
= null;
3948
_propertyPageBitmap
??= ShowPropertyPageImage;
3 references to _propertyPageBitmap
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1835
_propertyPageBitmap
?.Dispose();
2076
AddLargeImage(
_propertyPageBitmap
);
3949
designPage = AddImage(
_propertyPageBitmap
);