2 overrides of Child
PresentationFramework (2)
System\Windows\Controls\ViewBox.cs (1)
198public override UIElement Child
System\Windows\Documents\AdornerDecorator.cs (1)
156public override UIElement Child
18 writes to Child
PresentationFramework (18)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
48findToolBarHost.Child = findToolBar; 67findToolBarHost.Child = null;
System\Windows\Controls\Decorator.cs (1)
79this.Child = (UIElement)value;
System\Windows\Controls\FlowDocumentReader.cs (2)
97_contentHost.Child = null; 950_contentHost.Child = feViewer;
System\Windows\Controls\GridSplitter.cs (1)
405_decorator.Child = previewControl;
System\Windows\Controls\InkCanvas.cs (1)
359inkPresenter.Child = InnerCanvas;
System\Windows\Controls\PasswordBox.cs (2)
976decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1022((Decorator)_passwordBoxContentHost).Child = null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
58_transformDecorator.Child = _adornerDecorator;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
2011decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2047((Decorator)_textBoxContentHost).Child = null;
System\Windows\Documents\AdornerDecorator.cs (2)
173base.Child = null; 178base.Child = value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4153bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Border)target).Child = (System.Windows.UIElement)value; }; 4170bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.BulletDecorator)target).Child = (System.Windows.UIElement)value; }; 4429bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Decorator)target).Child = (System.Windows.UIElement)value; }; 4840bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.InkPresenter)target).Child = (System.Windows.UIElement)value; };
67 references to Child
PresentationFramework (39)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
62FindToolBar findToolBar = findToolBarHost.Child as FindToolBar;
System\Windows\Annotations\AnnotationHelper.cs (1)
677return host != null ? host.Child : null;
System\Windows\Controls\Border.cs (2)
214UIElement child = Child; 274UIElement child = Child;
System\Windows\Controls\Decorator.cs (4)
61/// by the parser; a more direct way of adding a child to a Decorator is to use the <see cref="Child" /> 74if (this.Child != null) 195UIElement child = Child; 211UIElement child = Child;
System\Windows\Controls\FlowDocumentReader.cs (5)
102if (_contentHost.Child != null) 213viewer = _contentHost.Child as IFlowDocumentViewer; 923viewer = _contentHost.Child as IFlowDocumentViewer; 1893get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; } 1905return (IFlowDocumentViewer)_contentHost.Child;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1795get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Controls\InkPresenter.cs (6)
182if ( Child != null ) 217UIElement child = Child; 258return base.Child; 273else if(base.Child != null) 275return base.Child; 301if(base.Child != null)
System\Windows\Controls\PasswordBox.cs (1)
970if (decorator.Child != null)
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; 276UIElement content = Child;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2002if (decorator.Child != null)
System\Windows\Controls\SinglePageViewer.cs (1)
1487get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Documents\AdornerDecorator.cs (5)
160return base.Child; 164Visual old = base.Child; 194if (base.Child != null) 210if (base.Child == null) 219return base.Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4154bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Border)target).Child; }; 4171bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.BulletDecorator)target).Child; }; 4430bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Decorator)target).Child; }; 4841bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.InkPresenter)target).Child; };
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
403UIElement child = Child; 457UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
224UIElement child = Child; 295if (Child != null) 297Child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
403UIElement child = Child; 457UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
224UIElement child = Child; 295if (Child != null) 297Child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
659UIElement child = Child; 708UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
318UIElement child = Child; 372UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
276UIElement child = Child; 330UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;