5 references to GetActiveToolStripInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
954
return Instance.
GetActiveToolStripInternal
();
968
ToolStrip activeToolStrip =
GetActiveToolStripInternal
();
1044
ToolStrip activeToolStrip =
GetActiveToolStripInternal
();
1088
ToolStripDropDown activeDropDown = this.
GetActiveToolStripInternal
() as ToolStripDropDown;
1140
ToolStrip currentActiveToolStrip =
GetActiveToolStripInternal
();