1 write to _child
PresentationFramework (1)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
128
_child
= value;
7 references to _child
PresentationFramework (7)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (7)
116
return
_child
;
121
UIElement old =
_child
;
130
AddVisualChild(
_child
);
145
return (
_child
== null) ? 0 : 1;
154
if (
_child
== null || index != 0)
158
return
_child
;
169
return new SingleChildEnumerator(
_child
);