2 overrides of Child
PresentationFramework (2)
src\Framework\System\Windows\Controls\ViewBox.cs (1)
206public override UIElement Child
src\Framework\System\Windows\Documents\AdornerDecorator.cs (1)
161public override UIElement Child
25 writes to Child
PresentationFramework (19)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
341_pageBorder.Child = _documentPageView;
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (2)
58findToolBarHost.Child = findToolBar; 77findToolBarHost.Child = null;
src\Framework\System\Windows\Controls\Decorator.cs (1)
84this.Child = (UIElement)value;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
98_contentHost.Child = null; 956_contentHost.Child = feViewer;
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
407_decorator.Child = previewControl;
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
371inkPresenter.Child = InnerCanvas;
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
992decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1038((Decorator)_passwordBoxContentHost).Child = null;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
54_transformDecorator.Child = _adornerDecorator;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
2042decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2078((Decorator)_textBoxContentHost).Child = null;
src\Framework\System\Windows\Documents\AdornerDecorator.cs (2)
178base.Child = null; 183base.Child = value;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4128bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Border)target).Child = (System.Windows.UIElement)value; }; 4145bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.BulletDecorator)target).Child = (System.Windows.UIElement)value; }; 4404bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Decorator)target).Child = (System.Windows.UIElement)value; }; 4815bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.InkPresenter)target).Child = (System.Windows.UIElement)value; };
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
39Child = new TextBlock
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
355this.decorator.Child = view;
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
29Child = new TextBlock
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
495this.Child = this.containerService.GetViewElement(this.ModelItem, this.ICompositeView);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
573border.Child = this.hostControl; 608boarder.Child = null;
66 references to Child
PresentationFramework (39)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
72FindToolBar findToolBar = findToolBarHost.Child as FindToolBar;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
684return host != null ? host.Child : null;
src\Framework\System\Windows\Controls\Border.cs (2)
221UIElement child = Child; 281UIElement child = Child;
src\Framework\System\Windows\Controls\Decorator.cs (4)
66/// by the parser; a more direct way of adding a child to a Decorator is to use the <see cref="Child" /> 79if (this.Child != null) 200UIElement child = Child; 216UIElement child = Child;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (5)
103if (_contentHost.Child != null) 214viewer = _contentHost.Child as IFlowDocumentViewer; 929viewer = _contentHost.Child as IFlowDocumentViewer; 1899get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; } 1911return (IFlowDocumentViewer)_contentHost.Child;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1803get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
src\Framework\System\Windows\Controls\InkPresenter.cs (6)
190if ( Child != null ) 225UIElement child = Child; 266return base.Child; 281else if(base.Child != null) 283return base.Child; 309if(base.Child != null)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
986if (decorator.Child != null)
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (7)
108UIElement child = Child; 142if (Child == null) 147return new DoubleChildEnumerator(_bullet, Child); 214get { return (Child == null ? 0 : 1) + (_bullet == null ? 0 : 1); } 232return Child; 245UIElement content = Child; 277UIElement content = Child;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2033if (decorator.Child != null)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1494get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
src\Framework\System\Windows\Documents\AdornerDecorator.cs (5)
165return base.Child; 169Visual old = base.Child; 199if (base.Child != null) 215if (base.Child == null) 224return base.Child;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4129bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Border)target).Child; }; 4146bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.BulletDecorator)target).Child; }; 4405bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Decorator)target).Child; }; 4816bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.InkPresenter)target).Child; };
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
409UIElement child = Child; 463UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
230UIElement child = Child; 301if (Child != null) 303Child.Arrange(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
179UIElement child = Child; 224UIElement child = Child;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
664UIElement child = Child; 713UIElement child = Child;
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
179UIElement child = Child; 224UIElement child = Child;
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
326UIElement child = Child; 380UIElement child = Child;
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
179UIElement child = Child; 224UIElement child = Child;
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
284UIElement child = Child; 338UIElement child = Child;
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
179UIElement child = Child; 224UIElement child = Child;
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\DockedAnnotationDecorator.cs (5)
18if (this.Child != null) 20this.Child.Measure(availableSize); 21size.Height = this.Child.DesiredSize.Height; 29if (this.Child != null) 31this.Child.Arrange(new Rect(finalSize));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
227if (object.Equals(excluded, ((VirtualizedContainerService.VirtualizingContainer)element).Child))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1068this.RootDesigner = (WorkflowViewElement)rootContainer.Child;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
510return ((VirtualizedContainerService.VirtualizingContainer)element).Child;