2 writes to _child
PresentationFramework (2)
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (2)
49
_child
= null;
63
_child
= control;
10 references to _child
PresentationFramework (10)
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (10)
48
this.RemoveVisualChild(
_child
);
64
this.AddVisualChild(
_child
);
118
if(
_child
== null || index != 0)
123
return
_child
;
137
get { return
_child
!= null ? 1 : 0; }
145
Debug.Assert(
_child
!= null, "_child should not be null");
155
(
_child
).Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity));
157
return (
_child
).DesiredSize;
172
if (
_child
!= null)
174
_child
.Arrange(new Rect(new Point(), finalSize));