4 references to SourceUri
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (4)
174
throw new FileFormatException(
SourceUri
, e);
218
throw new FileFormatException(
SourceUri
);
242
throw new FileFormatException(
SourceUri
, e);
301
return TrueTypeSubsetter.ComputeSubset(fontData, fileSize,
SourceUri
, _directoryOffset, glyphArray);