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)
604return _templateChild; 608if (value != _templateChild) 610RemoveVisualChild(_templateChild); 624return _templateChild as FrameworkElement; 639return (_templateChild == null) ? 0 : 1; 653if (_templateChild == null) 661return _templateChild;