2 writes to _child
PresentationFramework (2)
MS\Internal\Controls\TemplatedAdorner.cs (2)
36_child = null; 51_child = control;
9 references to _child
PresentationFramework (9)
MS\Internal\Controls\TemplatedAdorner.cs (9)
35this.RemoveVisualChild(_child); 52this.AddVisualChild(_child); 109if (_child == null || index != 0) 114return _child; 128get { return _child != null ? 1 : 0; } 136Debug.Assert(_child != null, "_child should not be null"); 146(_child).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity)); 148return (_child).DesiredSize; 163_child?.Arrange(new Rect(new Point(), finalSize));