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