5 references to UriNotAbsolute
PresentationCore (5)
System\Windows\Media\ColorContext.cs (1)
487throw new ArgumentException(SR.UriNotAbsolute, nameof(profileUri));
System\Windows\Media\FontFamily.cs (1)
71throw new ArgumentException(SR.UriNotAbsolute, nameof(baseUri));
System\Windows\Media\Fonts.cs (1)
84throw new ArgumentException(SR.UriNotAbsolute, nameof(baseUri));
System\Windows\Media\GlyphTypeface.cs (2)
116throw new ArgumentException(SR.UriNotAbsolute, nameof(typefaceSource)); 293throw new ArgumentException(SR.UriNotAbsolute, nameof(value));