3 writes to _odCacheFont
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
229
_odCacheFont
= Font;
2599
_odCacheFont
= Font;
2607
_odCacheFont
= new Font(_odCacheFont, FontStyle.Bold);
3 references to _odCacheFont
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2607
_odCacheFont = new Font(
_odCacheFont
, FontStyle.Bold);
2608
_odCacheFontHandleWrapper = new FontHandleWrapper(
_odCacheFont
);
2893
if (
_odCacheFont
is not null)