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