3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1081treeNodeFE._templatedParent = container ;
System\Windows\StyleHelper.cs (1)
2236fe._templatedParent = null;
System\Windows\TemplateNameScope.cs (1)
148fe._templatedParent = _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
555return _templatedParent; 1924FrameworkElement feTemplatedParent = (FrameworkElement)_templatedParent; 1930_templatedParent, 5797UIElement uiElement = this._templatedParent as UIElement;