Base:
property
Child
System.Windows.Controls.Decorator.Child
1 override of Child
PresentationFramework (1)
System\Windows\Documents\AdornerDecorator.cs (1)
27public override UIElement Child
5 writes to Child
PresentationFramework (4)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
306decorator.Child = dpv;
System\Windows\Controls\InkCanvas.cs (1)
358_localAdornerDecorator.Child = inkPresenter;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
108_adornerDecorator.Child = value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4051bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Documents.AdornerDecorator)target).Child = (System.Windows.UIElement)value; };
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
72_decorator.Child = this._hostContainerInternal;
3 references to Child
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
449this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.Child as FrameworkElement) : null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
104return _adornerDecorator.Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4052bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.AdornerDecorator)target).Child; };