2 overrides of Child
PresentationFramework (2)
System\Windows\Controls\ViewBox.cs (1)
192public override UIElement Child
System\Windows\Documents\AdornerDecorator.cs (1)
152public override UIElement Child
23 writes to Child
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
97Child = new StackPanel
InlineHints\InlineHintsTag.cs (1)
167Child = block,
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPane.xaml.cs (1)
70SeverityIconBorder.Child = severityIcon;
UnusedReferences\Dialog\RemoveUnusedReferencesDialog.xaml.cs (2)
43TablePanel.Child = tableControl.Control; 51TablePanel.Child = null;
PresentationFramework (18)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
46findToolBarHost.Child = findToolBar; 65findToolBarHost.Child = null;
System\Windows\Controls\Decorator.cs (1)
74this.Child = (UIElement)value;
System\Windows\Controls\FlowDocumentReader.cs (2)
92_contentHost.Child = null; 945_contentHost.Child = feViewer;
System\Windows\Controls\GridSplitter.cs (1)
402Child = previewControl,
System\Windows\Controls\InkCanvas.cs (1)
357inkPresenter.Child = InnerCanvas;
System\Windows\Controls\PasswordBox.cs (2)
959decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1005((Decorator)_passwordBoxContentHost).Child = null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
49_transformDecorator.Child = _adornerDecorator;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
2001decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2037((Decorator)_textBoxContentHost).Child = null;
System\Windows\Documents\AdornerDecorator.cs (2)
169base.Child = null; 174base.Child = value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4372SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Border)target).Child = (System.Windows.UIElement)value; }, 4391SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.BulletDecorator)target).Child = (System.Windows.UIElement)value; }, 4680SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Decorator)target).Child = (System.Windows.UIElement)value; }, 5135SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.InkPresenter)target).Child = (System.Windows.UIElement)value; },
68 references to Child
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
183var stackPanel = (StackPanel)border.Child;
PresentationFramework (39)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
60FindToolBar findToolBar = findToolBarHost.Child as FindToolBar;
System\Windows\Annotations\AnnotationHelper.cs (1)
663return host != null ? host.Child : null;
System\Windows\Controls\Border.cs (2)
210UIElement child = Child; 270UIElement child = Child;
System\Windows\Controls\Decorator.cs (4)
56/// by the parser; a more direct way of adding a child to a Decorator is to use the <see cref="Child" /> 69if (this.Child != null) 190UIElement child = Child; 206UIElement child = Child;
System\Windows\Controls\FlowDocumentReader.cs (5)
97if (_contentHost.Child != null) 208viewer = _contentHost.Child as IFlowDocumentViewer; 918viewer = _contentHost.Child as IFlowDocumentViewer; 1889get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; } 1901return (IFlowDocumentViewer)_contentHost.Child;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1798get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Controls\InkPresenter.cs (6)
175if ( Child != null ) 210UIElement child = Child; 251return base.Child; 266else if(base.Child != null) 268return base.Child; 294if(base.Child != null)
System\Windows\Controls\PasswordBox.cs (1)
953if (decorator.Child != null)
System\Windows\Controls\Primitives\BulletDecorator.cs (7)
102UIElement child = Child; 136if (Child == null) 141return new DoubleChildEnumerator(_bullet, Child); 208get { return (Child == null ? 0 : 1) + (_bullet == null ? 0 : 1); } 226return Child; 239UIElement content = Child; 270UIElement content = Child;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1992if (decorator.Child != null)
System\Windows\Controls\SinglePageViewer.cs (1)
1486get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Documents\AdornerDecorator.cs (5)
156return base.Child; 160Visual old = base.Child; 190if (base.Child != null) 206if (base.Child == null) 215return base.Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4373GetDelegate = delegate (object target) { return ((System.Windows.Controls.Border)target).Child; } 4392GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.BulletDecorator)target).Child; } 4681GetDelegate = delegate (object target) { return ((System.Windows.Controls.Decorator)target).Child; } 5136GetDelegate = delegate (object target) { return ((System.Windows.Controls.InkPresenter)target).Child; }
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
404UIElement child = Child; 459UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
220UIElement child = Child; 291if (Child != null) 293Child.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)
404UIElement child = Child; 459UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
220UIElement child = Child; 291if (Child != null) 293Child.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)
658UIElement child = Child; 707UIElement 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)
315UIElement child = Child; 370UIElement 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)
273UIElement child = Child; 328UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177UIElement child = Child; 222UIElement child = Child;