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)
35
this.RemoveVisualChild(
_child
);
52
this.AddVisualChild(
_child
);
109
if (
_child
== null || index != 0)
114
return
_child
;
128
get { return
_child
!= null ? 1 : 0; }
136
Debug.Assert(
_child
!= null, "_child should not be null");
146
(
_child
).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity));
148
return (
_child
).DesiredSize;
163
_child
?.Arrange(new Rect(new Point(), finalSize));