Base:
property
Child
System.Windows.Controls.Decorator.Child
1 override of Child
PresentationFramework (1)
System\Windows\Documents\AdornerDecorator.cs (1)
23
public override UIElement
Child
5 writes to Child
PresentationFramework (4)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
305
decorator.
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)
4258
SetDelegate = 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)
433
this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.
Child
as FrameworkElement) : null;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
95
return _adornerDecorator.
Child
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4259
GetDelegate = delegate (object target) { return ((System.Windows.Documents.AdornerDecorator)target).
Child
; }