2 writes to _child
PresentationFramework (2)
System\Windows\Controls\Decorator.cs (2)
125
_child
= value;
225
set {
_child
= value; }
10 references to _child
PresentationFramework (10)
System\Windows\Controls\Decorator.cs (10)
112
return
_child
;
117
if(
_child
!= value)
120
RemoveVisualChild(
_child
);
123
RemoveLogicalChild(
_child
);
143
if (
_child
== null)
148
return new SingleChildEnumerator(
_child
);
168
get { return (
_child
== null) ? 0 : 1; }
176
if ( (
_child
== null)
182
return
_child
;
224
get { return
_child
; }