1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
115_child = value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
103return _child; 108UIElement old = _child; 117AddVisualChild(_child); 132return (_child == null) ? 0 : 1; 141if (_child == null || index != 0) 145return _child; 156return new SingleChildEnumerator(_child);