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