2 writes to _child
PresentationFramework (2)
System\Windows\Controls\Decorator.cs (2)
119
_child
= value;
216
set {
_child
= value; }
10 references to _child
PresentationFramework (10)
System\Windows\Controls\Decorator.cs (10)
106
return
_child
;
111
if(
_child
!= value)
114
RemoveVisualChild(
_child
);
117
RemoveLogicalChild(
_child
);
137
if (
_child
== null)
142
return new SingleChildEnumerator(
_child
);
162
get { return (
_child
== null) ? 0 : 1; }
170
if ( (
_child
== null)
176
return
_child
;
215
get { return
_child
; }