3 writes to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1116treeNodeFE._templatedParent = container ;
src\Framework\System\Windows\StyleHelper.cs (1)
2248fe._templatedParent = null;
src\Framework\System\Windows\TemplateNameScope.cs (1)
152fe._templatedParent = _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (4)
574return _templatedParent; 1945FrameworkElement feTemplatedParent = (FrameworkElement)_templatedParent; 1951_templatedParent, 5808UIElement uiElement = this._templatedParent as UIElement;