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