3 writes to _odCacheFont
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
229
_odCacheFont
= Font;
2611
_odCacheFont
= Font;
2619
_odCacheFont
= new Font(_odCacheFont, FontStyle.Bold);
3 references to _odCacheFont
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2619
_odCacheFont = new Font(
_odCacheFont
, FontStyle.Bold);
2620
_odCacheFontHandleWrapper = new FontHandleWrapper(
_odCacheFont
);
2905
if (
_odCacheFont
is not null)