4 references to GetCurrentParentDropDown
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
623
ToolStripDropDown? parent =
GetCurrentParentDropDown
();
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
321
ToolStripDropDown dropDown = Owner.
GetCurrentParentDropDown
()!;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
399
if (
GetCurrentParentDropDown
() is ToolStripDropDownMenu parent)
859
ToolStripDropDown dropDown =
GetCurrentParentDropDown
()!;