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)
42
this.RemoveVisualChild(
_child
);
58
this.AddVisualChild(
_child
);
115
if (
_child
== null || index != 0)
120
return
_child
;
134
get { return
_child
!= null ? 1 : 0; }
142
Debug.Assert(
_child
!= null, "_child should not be null");
152
(
_child
).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity));
154
return (
_child
).DesiredSize;
169
if (
_child
!= null)
171
_child
.Arrange(new Rect(new Point(), finalSize));