3 writes to cachedTextSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2725
cachedTextSize
= TextRenderer.MeasureText(Text, Font);
3196
cachedTextSize
= Size.Empty;
3385
cachedTextSize
= Size.Empty;
2 references to cachedTextSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2724
else if (
cachedTextSize
== Size.Empty) {
2727
return
cachedTextSize
;