3 writes to _odCacheFontHandleWrapper
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2604
_odCacheFontHandleWrapper
= new FontHandleWrapper(_odCacheFont);
2898
_odCacheFontHandleWrapper
= new FontHandleWrapper(subItemFont);
3083
_odCacheFontHandleWrapper
= null;
7 references to _odCacheFontHandleWrapper
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (7)
2601
_odCacheFontHandleWrapper
?.Dispose();
2605
_odCacheFontHandle =
_odCacheFontHandleWrapper
.Handle;
2606
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
2896
_odCacheFontHandleWrapper
?.Dispose();
2899
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
3080
if (
_odCacheFontHandleWrapper
is not null)
3082
_odCacheFontHandleWrapper
.Dispose();