3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2353
_cachedTextSize
= TextRenderer.MeasureText(Text, Font);
2813
_cachedTextSize
= Size.Empty;
2992
_cachedTextSize
= Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2351
else if (
_cachedTextSize
== Size.Empty)
2356
return
_cachedTextSize
;