1 write to _templateChild
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
592
_templateChild
= value;
7 references to _templateChild
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
585
return
_templateChild
;
589
if (value !=
_templateChild
)
591
RemoveVisualChild(
_templateChild
);
605
return
_templateChild
as FrameworkElement;
620
return (
_templateChild
== null) ? 0 : 1;
634
if (
_templateChild
== null)
642
return
_templateChild
;