Base:
property
Child
System.Windows.Controls.Decorator.Child
1 override of Child
PresentationFramework (1)
src\Framework\System\Windows\Documents\AdornerDecorator.cs (1)
32public override UIElement Child
4 writes to Child
PresentationFramework (4)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
316decorator.Child = dpv;
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
370_localAdornerDecorator.Child = inkPresenter;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
104_adornerDecorator.Child = value;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4026bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Documents.AdornerDecorator)target).Child = (System.Windows.UIElement)value; };
3 references to Child
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
458this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.Child as FrameworkElement) : null;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
100return _adornerDecorator.Child;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4027bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.AdornerDecorator)target).Child; };