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)
67
return
_owner
.ToolStripPanel;
124
if (
_owner
is not null)
138
if (
_owner
is not null)
222
if (
_owner
is not null)
228
_owner
.ToolStripPanel.Controls.Remove(control);
229
_owner
.OnControlRemoved(control, index);
235
if (
_owner
is not null)
247
controlToBeDragged.ToolStripPanelRow =
_owner
;
251
control.ParentInternal =
_owner
.ToolStripPanel;
252
_owner
.OnControlAdded(control, index);