2 writes to _child
PresentationFramework (2)
src\Framework\System\Windows\Controls\Decorator.cs (2)
130
_child
= value;
230
set {
_child
= value; }
10 references to _child
PresentationFramework (10)
src\Framework\System\Windows\Controls\Decorator.cs (10)
117
return
_child
;
122
if(
_child
!= value)
125
RemoveVisualChild(
_child
);
128
RemoveLogicalChild(
_child
);
148
if (
_child
== null)
153
return new SingleChildEnumerator(
_child
);
173
get { return (
_child
== null) ? 0 : 1; }
181
if ( (
_child
== null)
187
return
_child
;
229
get { return
_child
; }