2 writes to _child
PresentationFramework (2)
MS\Internal\Controls\TemplatedAdorner.cs (2)
43_child = null; 57_child = control;
10 references to _child
PresentationFramework (10)
MS\Internal\Controls\TemplatedAdorner.cs (10)
42this.RemoveVisualChild(_child); 58this.AddVisualChild(_child); 115if (_child == null || index != 0) 120return _child; 134get { return _child != null ? 1 : 0; } 142Debug.Assert(_child != null, "_child should not be null"); 152(_child).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity)); 154return (_child).DesiredSize; 169if (_child != null) 171_child.Arrange(new Rect(new Point(), finalSize));