1 write to _child
PresentationFramework (1)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
114
_child
= value;
7 references to _child
PresentationFramework (7)
System\Windows\Controls\AdornedElementPlaceholder.cs (7)
102
return
_child
;
107
UIElement old =
_child
;
116
AddVisualChild(
_child
);
131
return (
_child
== null) ? 0 : 1;
140
if (
_child
== null || index != 0)
144
return
_child
;
155
return new SingleChildEnumerator(
_child
);