4 references to SourceUri
PresentationCore (4)
MS\Internal\FontFace\FontDriver.cs (4)
144
throw new FileFormatException(
SourceUri
, e);
188
throw new FileFormatException(
SourceUri
);
212
throw new FileFormatException(
SourceUri
, e);
263
return TrueTypeSubsetter.ComputeSubset(fontData, fileSize,
SourceUri
, _directoryOffset, glyphArray);