Base:
property
Child
System.Windows.Controls.Decorator.Child
1 override of Child
PresentationFramework (1)
System\Windows\Documents\AdornerDecorator.cs (1)
23public override UIElement Child
5 writes to Child
PresentationFramework (4)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
305decorator.Child = dpv;
System\Windows\Controls\InkCanvas.cs (1)
356_localAdornerDecorator.Child = inkPresenter;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
99_adornerDecorator.Child = value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4258SetDelegate = delegate (object target, object value) { ((System.Windows.Documents.AdornerDecorator)target).Child = (System.Windows.UIElement)value; },
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
69_decorator.Child = this._hostContainerInternal;
3 references to Child
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
433this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.Child as FrameworkElement) : null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
95return _adornerDecorator.Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4259GetDelegate = delegate (object target) { return ((System.Windows.Documents.AdornerDecorator)target).Child; }