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)
593return _templateChild; 597if (value != _templateChild) 599RemoveVisualChild(_templateChild); 613return _templateChild as FrameworkElement; 628return (_templateChild == null) ? 0 : 1; 642if (_templateChild == null) 650return _templateChild;