2 references to PtsException
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Pts.cs (2)
105if (innerException == null || innerException is SecondaryException || innerException is PtsException) 151if (!(exception is PtsException || exception is SecondaryException))