3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2359
_cachedTextSize
= TextRenderer.MeasureText(Text, Font);
2819
_cachedTextSize
= Size.Empty;
2998
_cachedTextSize
= Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2357
else if (
_cachedTextSize
== Size.Empty)
2362
return
_cachedTextSize
;