8 references to Parent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (2)
14824LayoutTransaction.DoLayout(owner, value, PropertyNames.Parent); 15044LayoutTransaction.DoLayout(owner, value, PropertyNames.Parent);
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
139PropertyNames.Parent, // So does adding/removing controls
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
365LayoutTransaction.DoLayout(owner, value, PropertyNames.Parent);
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1479LayoutTransaction.DoLayout(owner, value, PropertyNames.Parent); 1547using (new LayoutTransaction(value, value, PropertyNames.Parent)) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
2205using (LayoutTransaction t = new LayoutTransaction(ToolStripPanel, control, PropertyNames.Parent)) { 2216layoutTransaction = new LayoutTransaction(ToolStripPanel, ToolStripPanel.ParentInternal, PropertyNames.Parent);