3 references to IsEffectiveAncestor
PresentationFramework (3)
System\Windows\Controls\ContentControl.cs (1)
276
if (TemplatedParent != null && FrameworkObject.
IsEffectiveAncestor
(logicalParent, this))
System\Windows\Generated\FrameworkContentElement.cs (1)
768
&& !FrameworkObject.
IsEffectiveAncestor
(this, context))
System\Windows\Generated\FrameworkElement.cs (1)
800
&& !FrameworkObject.
IsEffectiveAncestor
(this, context))