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