1 write to _templateChild
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
593
_templateChild
= value;
7 references to _templateChild
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
586
return
_templateChild
;
590
if (value !=
_templateChild
)
592
RemoveVisualChild(
_templateChild
);
606
return
_templateChild
as FrameworkElement;
621
return (
_templateChild
== null) ? 0 : 1;
635
if (
_templateChild
== null)
643
return
_templateChild
;