1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
122
_child
= value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
110
return
_child
;
115
UIElement old =
_child
;
124
AddVisualChild(
_child
);
139
return (
_child
== null) ? 0 : 1;
148
if (
_child
== null || index != 0)
152
return
_child
;
163
return new SingleChildEnumerator(
_child
);