3 writes to _odCacheFontHandleWrapper
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2608
_odCacheFontHandleWrapper
= new FontHandleWrapper(_odCacheFont);
2902
_odCacheFontHandleWrapper
= new FontHandleWrapper(subItemFont);
3087
_odCacheFontHandleWrapper
= null;
7 references to _odCacheFontHandleWrapper
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (7)
2605
_odCacheFontHandleWrapper
?.Dispose();
2609
_odCacheFontHandle =
_odCacheFontHandleWrapper
.Handle;
2610
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
2900
_odCacheFontHandleWrapper
?.Dispose();
2903
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
3084
if (
_odCacheFontHandleWrapper
is not null)
3086
_odCacheFontHandleWrapper
.Dispose();