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)
586return _templateChild; 590if (value != _templateChild) 592RemoveVisualChild(_templateChild); 606return _templateChild as FrameworkElement; 621return (_templateChild == null) ? 0 : 1; 635if (_templateChild == null) 643return _templateChild;