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)
22
if (
_cachedSize
!= LayoutUtils.s_invalidSize
24
||
_cachedSize
.Width <= proposedConstraints.Width))
26
return
_cachedSize
;
31
return
_cachedSize
;