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