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