3 writes to _cachedTextSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2377_cachedTextSize = TextRenderer.MeasureText(Text, Font); 2837_cachedTextSize = Size.Empty; 3020_cachedTextSize = Size.Empty;
2 references to _cachedTextSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2375else if (_cachedTextSize == Size.Empty) 2380return _cachedTextSize;