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