1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
114_child = value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
102return _child; 107UIElement old = _child; 116AddVisualChild(_child); 131return (_child == null) ? 0 : 1; 140if (_child == null || index != 0) 144return _child; 155return new SingleChildEnumerator(_child);