3 writes to cachedItemBitmap
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
5236cachedItemBitmap = new HandleRef(this, SafeNativeMethods.CreateCompatibleBitmap(toolStripHDC, bitmapSize.Width, bitmapSize.Height)); 5261cachedItemBitmap = NativeMethods.NullHandleRef; 5268cachedItemBitmap = NativeMethods.NullHandleRef;
3 references to cachedItemBitmap
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
5237IntPtr oldBitmap = SafeNativeMethods.SelectObject(cachedItemHDC,cachedItemBitmap); 5259if (cachedItemBitmap.Handle != IntPtr.Zero) { 5260SafeNativeMethods.DeleteObject(cachedItemBitmap);