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