2 writes to _cachedItemBitmap
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\CachedItemHdcInfo.cs (2)
34_cachedItemBitmap = PInvokeCore.CreateCompatibleBitmap(toolStripHDC, bitmapSize.Width, bitmapSize.Height); 63_cachedItemBitmap = default;
3 references to _cachedItemBitmap
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\CachedItemHdcInfo.cs (3)
35HGDIOBJ oldBitmap = PInvokeCore.SelectObject(_cachedItemHDC, _cachedItemBitmap); 54if (!_cachedItemBitmap.IsNull) 56PInvokeCore.DeleteObject(_cachedItemBitmap);