3 references to IsEffectiveAncestor
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContentControl.cs (1)
281
if (TemplatedParent != null && FrameworkObject.
IsEffectiveAncestor
(logicalParent, this))
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
787
&& !FrameworkObject.
IsEffectiveAncestor
(this, context))
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
817
&& !FrameworkObject.
IsEffectiveAncestor
(this, context))