4 writes to toolStripItemInternalLayout
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
1416toolStripItemInternalLayout = CreateInternalLayout(); 2537toolStripItemInternalLayout = null; 2758this.toolStripItemInternalLayout = null; 3202this.toolStripItemInternalLayout = null;
2 references to toolStripItemInternalLayout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
1415if (toolStripItemInternalLayout == null) { 1418return toolStripItemInternalLayout;