12 references to ActiveDropDowns
System.Windows.Forms (12)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
269
if (m.Msg == NativeMethods.WM_MOUSEACTIVATE && (
ActiveDropDowns
.Count == 0)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (9)
1296
this.
ActiveDropDowns
.Count == 0) {
1826
OwnerToolStrip.
ActiveDropDowns
.Add(this);
1944
OwnerToolStrip.
ActiveDropDowns
.Remove(this);
1946
ActiveDropDowns
.Clear();
2191
Debug.WriteLineIf((DropDownActivateDebug.TraceVerbose &&
ActiveDropDowns
.Count > 0), "Dismiss children called - COUNT " +
ActiveDropDowns
.Count + " \r\n" + new StackTrace().ToString());
2192
int count =
ActiveDropDowns
.Count;
2195
ToolStripDropDown dropDown =
ActiveDropDowns
[0] as ToolStripDropDown;
2202
ArrayList dropDowns =
ActiveDropDowns
.Clone() as ArrayList;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1411
if (toolStrip.IsDropDown && toolStrip.
ActiveDropDowns
.Count > 0) {
1412
ToolStripDropDown dropDown = toolStrip.
ActiveDropDowns
[0] as ToolStripDropDown;