3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2353_cachedTextSize = TextRenderer.MeasureText(Text, Font); 2813_cachedTextSize = Size.Empty; 2992_cachedTextSize = Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2351else if (_cachedTextSize == Size.Empty) 2356return _cachedTextSize;