3 references to Visual_NotAnAncestor
PresentationCore (3)
System\Windows\Media\Visual.cs (2)
4573
throw new System.InvalidOperationException(inverse ? SR.Visual_NotADescendant : SR.
Visual_NotAnAncestor
);
4666
throw new System.InvalidOperationException(SR.
Visual_NotAnAncestor
);
System\Windows\Media3D\Visual3D.cs (1)
1729
throw new System.InvalidOperationException(inverse ? SR.Visual_NotADescendant : SR.
Visual_NotAnAncestor
);