2 writes to _child
PresentationFramework (2)
System\Windows\Controls\Decorator.cs (2)
120
_child
= value;
220
set {
_child
= value; }
10 references to _child
PresentationFramework (10)
System\Windows\Controls\Decorator.cs (10)
107
return
_child
;
112
if(
_child
!= value)
115
RemoveVisualChild(
_child
);
118
RemoveLogicalChild(
_child
);
138
if (
_child
== null)
143
return new SingleChildEnumerator(
_child
);
163
get { return (
_child
== null) ? 0 : 1; }
171
if ( (
_child
== null)
177
return
_child
;
219
get { return
_child
; }