5 references to DropDownDirection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
197
ToolStripDropDownDirection dropDownDirection =
DropDownDirection
;
441
this.dropDown.Bounds = GetDropDownBounds(
DropDownDirection
);
572
bool menusCascadeRight = (((int)
DropDownDirection
& 0x0001) == 0);
596
bool menusCascadeRight = (((int)
DropDownDirection
& 0x0001) == 0);
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
119
switch (ownerItem.
DropDownDirection
) {