1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
115
_child
= value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
103
return
_child
;
108
UIElement old =
_child
;
117
AddVisualChild(
_child
);
132
return (
_child
== null) ? 0 : 1;
141
if (
_child
== null || index != 0)
145
return
_child
;
156
return new SingleChildEnumerator(
_child
);