4 references to SourceUri
PresentationCore (4)
MS\Internal\FontFace\FontDriver.cs (4)
145
throw new FileFormatException(
SourceUri
, e);
189
throw new FileFormatException(
SourceUri
);
213
throw new FileFormatException(
SourceUri
, e);
264
return TrueTypeSubsetter.ComputeSubset(fontData, fileSize,
SourceUri
, _directoryOffset, glyphArray);