1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (1)
17_owner = owner;
5 references to _owner
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (5)
22if (_owner.OwnerScrollButton?.Parent is not ToolStripDropDownMenu toolStripDropDownMenu) 31=> _owner.UpDirection && toolStripDropDownMenu.Items.Count > 0 35=> !_owner.UpDirection && toolStripDropDownMenu.Items.Count > 0 43_owner.OwnerScrollButton?.Owner?.AccessibilityObject; 46_owner.UpDirection