2 writes to Child
PresentationFramework (2)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
64
this.
Child
= (UIElement)value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4238
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.AdornedElementPlaceholder)target).
Child
= (System.Windows.UIElement)value; },
4 references to Child
PresentationFramework (4)
System\Windows\Controls\AdornedElementPlaceholder.cs (3)
61
if (this.
Child
!= null)
189
UIElement child =
Child
;
203
UIElement child =
Child
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4239
GetDelegate = delegate (object target) { return ((System.Windows.Controls.AdornedElementPlaceholder)target).
Child
; }