1 write to _child
PresentationFramework (1)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
128_child = value;
7 references to _child
PresentationFramework (7)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (7)
116return _child; 121UIElement old = _child; 130AddVisualChild(_child); 145return (_child == null) ? 0 : 1; 154if (_child == null || index != 0) 158return _child; 169return new SingleChildEnumerator(_child);