1 write to _cachedSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.ToolStripItemLayoutOptions.cs (1)
29_cachedSize = base.GetTextSize(proposedConstraints);
4 references to _cachedSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.ToolStripItemLayoutOptions.cs (4)
22if (_cachedSize != LayoutUtils.s_invalidSize 24|| _cachedSize.Width <= proposedConstraints.Width)) 26return _cachedSize; 31return _cachedSize;