1 write to _templateChild
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
600
_templateChild
= value;
7 references to _templateChild
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
593
return
_templateChild
;
597
if (value !=
_templateChild
)
599
RemoveVisualChild(
_templateChild
);
613
return
_templateChild
as FrameworkElement;
628
return (
_templateChild
== null) ? 0 : 1;
642
if (
_templateChild
== null)
650
return
_templateChild
;