2 writes to Child
PresentationFramework (2)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
64this.Child = (UIElement)value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4238SetDelegate = 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)
61if (this.Child != null) 189UIElement child = Child; 203UIElement child = Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4239GetDelegate = delegate (object target) { return ((System.Windows.Controls.AdornedElementPlaceholder)target).Child; }