6 references to TemplatedParent
PresentationFramework (6)
MS\Internal\Data\ObjectRef.cs (1)
210DependencyObject dd = foScopeOwner.TemplatedParent;
System\Windows\DependencyPropertyHelper.cs (1)
199DependencyObject templatedParent = child.TemplatedParent;
System\Windows\FrameworkTemplate.cs (2)
732if ((fo.TemplatedParent == null) || (templatedParent == null)) 757Debug.Assert(fo.TemplatedParent == templatedParent);
System\Windows\TreeWalkHelper.cs (2)
68fo.Reset(fo.TemplatedParent); 474fo.Reset(fo.TemplatedParent);