3 writes to odCacheFont
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
248odCacheFont = Font; 2505odCacheFont = this.Font; 2515odCacheFont = new Font(odCacheFont, FontStyle.Bold);
3 references to odCacheFont
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
2515odCacheFont = new Font(odCacheFont, FontStyle.Bold); 2516odCacheFontHandleWrapper = new Control.FontHandleWrapper(odCacheFont); 2840if (odCacheFont != null)