3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2358
_cachedTextSize
= TextRenderer.MeasureText(Text, Font);
2818
_cachedTextSize
= Size.Empty;
2997
_cachedTextSize
= Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2356
else if (
_cachedTextSize
== Size.Empty)
2361
return
_cachedTextSize
;