3 references to UnableToLocateResource
PresentationFramework (3)
MS\Internal\AppModel\ContentFilePart.cs (1)
75throw new IOException(SR.Format(SR.UnableToLocateResource, Uri.ToString()));
MS\Internal\AppModel\ResourcePart.cs (2)
62throw new IOException(SR.Format(SR.UnableToLocateResource, _name)); 118throw new IOException(SR.Format(SR.UnableToLocateResource, _name));