3 writes to _odCacheFontHandleWrapper
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2620
_odCacheFontHandleWrapper
= new FontHandleWrapper(_odCacheFont);
2914
_odCacheFontHandleWrapper
= new FontHandleWrapper(subItemFont);
3099
_odCacheFontHandleWrapper
= null;
7 references to _odCacheFontHandleWrapper
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (7)
2617
_odCacheFontHandleWrapper
?.Dispose();
2621
_odCacheFontHandle =
_odCacheFontHandleWrapper
.Handle;
2622
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
2912
_odCacheFontHandleWrapper
?.Dispose();
2915
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
3096
if (
_odCacheFontHandleWrapper
is not null)
3098
_odCacheFontHandleWrapper
.Dispose();