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)
35
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
if (
_child
!= null)
164
_child
.Arrange(new Rect(new Point(), finalSize));