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