3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1084treeNodeFE._templatedParent = container ;
System\Windows\StyleHelper.cs (1)
2242fe._templatedParent = null;
System\Windows\TemplateNameScope.cs (1)
149fe._templatedParent = _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
563return _templatedParent; 1935FrameworkElement feTemplatedParent = (FrameworkElement)_templatedParent; 1941_templatedParent, 5799UIElement uiElement = this._templatedParent as UIElement;