1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
122_child = value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
110return _child; 115UIElement old = _child; 124AddVisualChild(_child); 139return (_child == null) ? 0 : 1; 148if (_child == null || index != 0) 152return _child; 163return new SingleChildEnumerator(_child);