1 write to Owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
29combo.Owner = this;
7 references to Owner
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (2)
22if (Owner is not null) 24if (Owner.Renderer is ToolStripProfessionalRenderer renderer)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObject.cs (2)
28return owner.Owner?.AccessibilityObject.FragmentNavigate(direction); 39? owner.Owner?.Owner?.AccessibilityObject
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (3)
22|| toolStripComboBox.Owner?.Renderer is not ToolStripProfessionalRenderer) 99&& toolStripComboBox.Owner is not null 100&& toolStripComboBox.Owner.IsOnOverflow)