3 writes to _odCacheFontHandleWrapper
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2618
_odCacheFontHandleWrapper
= new FontHandleWrapper(_odCacheFont);
2912
_odCacheFontHandleWrapper
= new FontHandleWrapper(subItemFont);
3095
_odCacheFontHandleWrapper
= null;
6 references to _odCacheFontHandleWrapper
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (6)
2615
_odCacheFontHandleWrapper
?.Dispose();
2619
_odCacheFontHandle =
_odCacheFontHandleWrapper
.Handle;
2620
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
2910
_odCacheFontHandleWrapper
?.Dispose();
2913
PInvokeCore.SelectObject(nmcd->nmcd.hdc,
_odCacheFontHandleWrapper
.Handle);
3094
_odCacheFontHandleWrapper
?.Dispose();