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