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