3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2351
_cachedTextSize
= TextRenderer.MeasureText(Text, Font);
2811
_cachedTextSize
= Size.Empty;
2990
_cachedTextSize
= Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2349
else if (
_cachedTextSize
== Size.Empty)
2354
return
_cachedTextSize
;