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)
34
this.RemoveVisualChild(
_child
);
51
this.AddVisualChild(
_child
);
108
if (
_child
== null || index != 0)
113
return
_child
;
127
get { return
_child
!= null ? 1 : 0; }
135
Debug.Assert(
_child
!= null, "_child should not be null");
145
(
_child
).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity));
147
return (
_child
).DesiredSize;
162
_child
?.Arrange(new Rect(new Point(), finalSize));