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