2 overrides of Child
PresentationFramework (2)
System\Windows\Controls\ViewBox.cs (1)
191public override UIElement Child
System\Windows\Documents\AdornerDecorator.cs (1)
151public override UIElement Child
24 writes to Child
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
96Child = new StackPanel
InlineHints\InlineHintsTag.cs (1)
167Child = block,
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPane.xaml.cs (1)
71SeverityIconBorder.Child = severityIcon;
UnusedReferences\Dialog\RemoveUnusedReferencesDialog.xaml.cs (2)
43TablePanel.Child = tableControl.Control; 51TablePanel.Child = null;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
259Child = promptGrid
PresentationFramework (18)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
45findToolBarHost.Child = findToolBar; 64findToolBarHost.Child = null;
System\Windows\Controls\Decorator.cs (1)
73this.Child = (UIElement)value;
System\Windows\Controls\FlowDocumentReader.cs (2)
91_contentHost.Child = null; 938_contentHost.Child = feViewer;
System\Windows\Controls\GridSplitter.cs (1)
401Child = previewControl,
System\Windows\Controls\InkCanvas.cs (1)
356inkPresenter.Child = InnerCanvas;
System\Windows\Controls\PasswordBox.cs (2)
955decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1001((Decorator)_passwordBoxContentHost).Child = null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
48_transformDecorator.Child = _adornerDecorator;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1931decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1967((Decorator)_textBoxContentHost).Child = null;
System\Windows\Documents\AdornerDecorator.cs (2)
168base.Child = null; 173base.Child = value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4371SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Border)target).Child = (System.Windows.UIElement)value; }, 4390SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.BulletDecorator)target).Child = (System.Windows.UIElement)value; }, 4679SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Decorator)target).Child = (System.Windows.UIElement)value; }, 5134SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.InkPresenter)target).Child = (System.Windows.UIElement)value; },
66 references to Child
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
182var stackPanel = (StackPanel)border.Child;
PresentationFramework (39)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
59FindToolBar findToolBar = findToolBarHost.Child as FindToolBar;
System\Windows\Annotations\AnnotationHelper.cs (1)
662return host?.Child;
System\Windows\Controls\Border.cs (2)
209UIElement child = Child; 269UIElement child = Child;
System\Windows\Controls\Decorator.cs (4)
55/// by the parser; a more direct way of adding a child to a Decorator is to use the <see cref="Child" /> 68if (this.Child != null) 189UIElement child = Child; 205UIElement child = Child;
System\Windows\Controls\FlowDocumentReader.cs (5)
96if (_contentHost.Child != null) 207viewer = _contentHost.Child as IFlowDocumentViewer; 911viewer = _contentHost.Child as IFlowDocumentViewer; 1852get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; } 1864return (IFlowDocumentViewer)_contentHost.Child;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1755get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Controls\InkPresenter.cs (6)
174if ( Child != null ) 209UIElement child = Child; 247return base.Child; 262else if(base.Child != null) 264return base.Child; 290if(base.Child != null)
System\Windows\Controls\PasswordBox.cs (1)
949if (decorator.Child != null)
System\Windows\Controls\Primitives\BulletDecorator.cs (7)
101UIElement child = Child; 135if (Child == null) 140return new DoubleChildEnumerator(_bullet, Child); 207get { return (Child == null ? 0 : 1) + (_bullet == null ? 0 : 1); } 225return Child; 238UIElement content = Child; 269UIElement content = Child;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1922if (decorator.Child != null)
System\Windows\Controls\SinglePageViewer.cs (1)
1482get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Documents\AdornerDecorator.cs (5)
155return base.Child; 159Visual old = base.Child; 189if (base.Child != null) 205if (base.Child == null) 214return base.Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4372GetDelegate = delegate (object target) { return ((System.Windows.Controls.Border)target).Child; } 4391GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.BulletDecorator)target).Child; } 4680GetDelegate = delegate (object target) { return ((System.Windows.Controls.Decorator)target).Child; } 5135GetDelegate = delegate (object target) { return ((System.Windows.Controls.InkPresenter)target).Child; }
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
403UIElement child = Child; 458UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
219UIElement child = Child; 290Child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;
PresentationFramework.Aero2 (6)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
403UIElement child = Child; 458UIElement child = Child;
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
219UIElement child = Child; 290Child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
657UIElement child = Child; 706UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
314UIElement child = Child; 369UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
272UIElement child = Child; 327UIElement child = Child;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
176UIElement child = Child; 221UIElement child = Child;