1 write to _templateChild
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
611
_templateChild
= value;
7 references to _templateChild
PresentationFramework (7)
src\Framework\System\Windows\FrameworkElement.cs (7)
604
return
_templateChild
;
608
if (value !=
_templateChild
)
610
RemoveVisualChild(
_templateChild
);
624
return
_templateChild
as FrameworkElement;
639
return (
_templateChild
== null) ? 0 : 1;
653
if (
_templateChild
== null)
661
return
_templateChild
;