6 references to TemplatedParent
PresentationFramework (6)
MS\Internal\Data\ObjectRef.cs (1)
211DependencyObject dd = foScopeOwner.TemplatedParent;
System\Windows\DependencyPropertyHelper.cs (1)
200DependencyObject templatedParent = child.TemplatedParent;
System\Windows\FrameworkTemplate.cs (2)
740if ((fo.TemplatedParent == null) || (templatedParent == null)) 765Debug.Assert(fo.TemplatedParent == templatedParent);
System\Windows\TreeWalkHelper.cs (2)
69fo.Reset(fo.TemplatedParent); 475fo.Reset(fo.TemplatedParent);