3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1092treeNodeFE._templatedParent = container ;
System\Windows\StyleHelper.cs (1)
2248fe._templatedParent = null;
System\Windows\TemplateNameScope.cs (1)
153fe._templatedParent = _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
574return _templatedParent; 1946FrameworkElement feTemplatedParent = (FrameworkElement)_templatedParent; 1952_templatedParent, 5810UIElement uiElement = this._templatedParent as UIElement;