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