4 references to SourceUri
PresentationCore (4)
MS\Internal\FontFace\FontDriver.cs (4)
149
throw new FileFormatException(
SourceUri
, e);
193
throw new FileFormatException(
SourceUri
);
217
throw new FileFormatException(
SourceUri
, e);
268
return TrueTypeSubsetter.ComputeSubset(fontData, fileSize,
SourceUri
, _directoryOffset, glyphArray);