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; 2620PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 2910_odCacheFontHandleWrapper?.Dispose(); 2913PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 3094_odCacheFontHandleWrapper?.Dispose();