1 write to _childDropDownDirection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
280
_childDropDownDirection
= value;
3 references to _childDropDownDirection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
275
get =>
_childDropDownDirection
== ToolStripDropDownDirection.Default
277
:
_childDropDownDirection
;
1790
return (
_childDropDownDirection
!= ToolStripDropDownDirection.Default);