1 write to layoutData
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4770layoutData = GetLayoutData();
4 references to layoutData
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
4625imageRect.Intersect(layoutData.field); 4635return layoutData; 4655textRect.Intersect(layoutData.field); 4732if (layoutData == null || parentLayoutData == null || !parentLayoutData.IsCurrent(ParentInternal)) {