2 writes to _owner
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (2)
36_owner = owner; 41_owner = owner;
10 references to _owner
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (10)
67return _owner.ToolStripPanel; 124if (_owner is not null) 138if (_owner is not null) 222if (_owner is not null) 228_owner.ToolStripPanel.Controls.Remove(control); 229_owner.OnControlRemoved(control, index); 235if (_owner is not null) 247controlToBeDragged.ToolStripPanelRow = _owner; 251control.ParentInternal = _owner.ToolStripPanel; 252_owner.OnControlAdded(control, index);