3 writes to odCacheFontHandleWrapper
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
2516odCacheFontHandleWrapper = new Control.FontHandleWrapper(odCacheFont); 2851odCacheFontHandleWrapper = new Control.FontHandleWrapper(subItemFont); 2977odCacheFontHandleWrapper = null;
11 references to odCacheFontHandleWrapper
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ListView.cs (11)
2511if (odCacheFontHandleWrapper != null) 2513odCacheFontHandleWrapper.Dispose(); 2517odCacheFontHandle = odCacheFontHandleWrapper.Handle; 2518SafeNativeMethods.SelectObject(new HandleRef(nmcd->nmcd, nmcd->nmcd.hdc), new HandleRef(odCacheFontHandleWrapper, odCacheFontHandleWrapper.Handle)); 2847if (odCacheFontHandleWrapper != null) 2849odCacheFontHandleWrapper.Dispose(); 2852SafeNativeMethods.SelectObject(new HandleRef(nmcd->nmcd, nmcd->nmcd.hdc), new HandleRef(odCacheFontHandleWrapper, odCacheFontHandleWrapper.Handle)); 2974if (odCacheFontHandleWrapper != null) 2976odCacheFontHandleWrapper.Dispose();