1 write to childDropDownDirection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
390childDropDownDirection = value;
3 references to childDropDownDirection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
384if (childDropDownDirection == ToolStripDropDownDirection.Default) { 387return childDropDownDirection; 2011return (childDropDownDirection != ToolStripDropDownDirection.Default);