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)
585return _templateChild; 589if (value != _templateChild) 591RemoveVisualChild(_templateChild); 605return _templateChild as FrameworkElement; 620return (_templateChild == null) ? 0 : 1; 634if (_templateChild == null) 642return _templateChild;