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)
275get => _childDropDownDirection == ToolStripDropDownDirection.Default 277: _childDropDownDirection; 1790return (_childDropDownDirection != ToolStripDropDownDirection.Default);