2 writes to _child
PresentationFramework (2)
MS\Internal\Controls\TemplatedAdorner.cs (2)
36_child = null; 50_child = control;
10 references to _child
PresentationFramework (10)
MS\Internal\Controls\TemplatedAdorner.cs (10)
35this.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; 162if (_child != null) 164_child.Arrange(new Rect(new Point(), finalSize));