5 references to UriNotAbsolute
PresentationCore (5)
System\Windows\Media\ColorContext.cs (1)
510throw new ArgumentException(SR.UriNotAbsolute, "profileUri");
System\Windows\Media\FontFamily.cs (1)
94throw new ArgumentException(SR.UriNotAbsolute, "baseUri");
System\Windows\Media\Fonts.cs (1)
98throw new ArgumentException(SR.UriNotAbsolute, "baseUri");
System\Windows\Media\GlyphTypeface.cs (2)
125throw new ArgumentException(SR.UriNotAbsolute, "typefaceSource"); 303throw new ArgumentException(SR.UriNotAbsolute, "value");