3 writes to _odCacheFontHandleWrapper
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2620_odCacheFontHandleWrapper = new FontHandleWrapper(_odCacheFont); 2914_odCacheFontHandleWrapper = new FontHandleWrapper(subItemFont); 3099_odCacheFontHandleWrapper = null;
7 references to _odCacheFontHandleWrapper
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (7)
2617_odCacheFontHandleWrapper?.Dispose(); 2621_odCacheFontHandle = _odCacheFontHandleWrapper.Handle; 2622PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 2912_odCacheFontHandleWrapper?.Dispose(); 2915PInvokeCore.SelectObject(nmcd->nmcd.hdc, _odCacheFontHandleWrapper.Handle); 3096if (_odCacheFontHandleWrapper is not null) 3098_odCacheFontHandleWrapper.Dispose();