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