2 writes to bmpAlpha
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2233
bmpAlpha
= null;
4409
bmpAlpha
= SortByPropertyImage;
5 references to bmpAlpha
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
2231
if (
bmpAlpha
!= null) {
2232
bmpAlpha
.Dispose();
2450
AddLargeImage(
bmpAlpha
);
4408
if (
bmpAlpha
== null) {
4411
alphaIndex = AddImage(
bmpAlpha
);