2 writes to Child
PresentationFramework (2)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
65this.Child = (UIElement)value;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4239SetDelegate = 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" /> 62if (this.Child != null) 190UIElement child = Child; 205UIElement child = Child;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4240GetDelegate = delegate (object target) { return ((System.Windows.Controls.AdornedElementPlaceholder)target).Child; }