2 writes to Child
PresentationFramework (2)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
65
this.
Child
= (UIElement)value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4239
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.AdornedElementPlaceholder)target).
Child
= (System.Windows.UIElement)value; },
5 references to Child
PresentationFramework (5)
System\Windows\Controls\AdornedElementPlaceholder.cs (4)
47
/// by the parser; a more direct way of adding a child is to use the <see cref="
Child
" />
62
if (this.
Child
!= null)
190
UIElement child =
Child
;
205
UIElement child =
Child
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4240
GetDelegate = delegate (object target) { return ((System.Windows.Controls.AdornedElementPlaceholder)target).
Child
; }