5 writes to Parent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
578this.Parent = parent;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
320base.Parent = value;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
807this.helpTextWindow.Parent = this;
System.WorkflowServices (2)
System\Workflow\Activities\Design\RichListBox.cs (2)
137listItemRenderer.Parent = this; 165listItemRenderer.Parent = this;
29 references to Parent
System.Web.Mobile (2)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
36HeaderPanel headerPanel = Parent as HeaderPanel;
UI\MobileControls\Design\Util\HeaderPanel.cs (1)
55controlIterator = controlIterator.Parent
System.Windows.Forms (19)
winforms\Managed\System\WinForms\AxHost.cs (1)
2454ctl = ctl.Parent;
winforms\Managed\System\WinForms\ContainerControl.cs (1)
488if (!this.activeControl.Parent.IsTopMdiWindowClosing)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
712hfontOld = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(Parent, ((Control)Parent).FontHandle));
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
67return control != null && control.Parent == this;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3839if (!result && this.Parent == null) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
239_owningPropertyGrid = owningDropDownButton.Parent as PropertyGridView;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
335Control parent = detailsBtn.Parent; 338parent = parent.Parent;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5968if (createNewLink != null && createNewLink.Parent == this) {
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
317return base.Parent;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
215return control != null && control.Parent == this;
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
216if (String.IsNullOrEmpty(toolStripPanelName) && toolStripPanel.Parent is ToolStripContainer && !String.IsNullOrEmpty(toolStripPanel.Parent.Name)) { 217toolStripPanelName = toolStripPanel.Parent.Name + "." + toolStripPanel.Dock.ToString(); 376ToolStripPanel parentPanel = toolStrip.Parent as ToolStripPanel; 382else if (parentPanel.Parent is ToolStripContainer && !String.IsNullOrEmpty(parentPanel.Parent.Name)) { 384this.ToolStripPanelName = parentPanel.Parent.Name + "." + parentPanel.Dock.ToString();
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
111someControl = someControl.Parent;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (2)
2062if (Parent != null) 2063Parent.PerformLayout();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
369this.dummyPreviewPanel.Parent.Controls.Add(this.designerPreview); 374this.designerPreview.Parent.Controls.Remove(this.dummyPreviewPanel);
AuthoringOM\Design\WorkflowView.cs (2)
1935if (this.hScrollBar.Parent == null) 1952if (this.vScrollBar.Parent == null)
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
504this.Width = this.Parent.Width - 10;