3 writes to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1121treeNodeFCE._templatedParent = container ;
src\Framework\System\Windows\StyleHelper.cs (1)
2254fce._templatedParent = null;
src\Framework\System\Windows\TemplateNameScope.cs (1)
159fce._templatedParent = _templatedParent;
3 references to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkContentElement.cs (3)
251return _templatedParent; 668FrameworkElement feTemplatedParent = (FrameworkElement)_templatedParent; 674_templatedParent,