2 writes to _child
PresentationFramework (2)
MS\Internal\Controls\TemplatedAdorner.cs (2)
35_child = null; 50_child = control;
9 references to _child
PresentationFramework (9)
MS\Internal\Controls\TemplatedAdorner.cs (9)
34this.RemoveVisualChild(_child); 51this.AddVisualChild(_child); 108if (_child == null || index != 0) 113return _child; 127get { return _child != null ? 1 : 0; } 135Debug.Assert(_child != null, "_child should not be null"); 145(_child).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity)); 147return (_child).DesiredSize; 162_child?.Arrange(new Rect(new Point(), finalSize));