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; 2606PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 2896_odCacheFontHandleWrapper?.Dispose(); 2899PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 3080if (_odCacheFontHandleWrapper is not null) 3082_odCacheFontHandleWrapper.Dispose();