1 write to cachedSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4792cachedSize = base.GetTextSize(proposedConstraints);
4 references to cachedSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
4786if (cachedSize != LayoutUtils.InvalidSize 4788|| cachedSize.Width <= proposedConstraints.Width)) { 4789return cachedSize; 4795return cachedSize;