2 instantiations of XpsFont
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1550
XpsFont font = new
XpsFont
( CurrentXpsManager, this, part );
1670
XpsFont xpsFont = new
XpsFont
(CurrentXpsManager, this, metroPart);
26 references to XpsFont
ReachFramework (26)
Packaging\XpsFixedPageReaderWriter.cs (20)
71
XpsFont
156
ICollection<
XpsFont
>
234
XpsFont
250
XpsFont
271
XpsFont
470
_fontCache = new Dictionary<Uri,
XpsFont
>(MS.Internal.UriComparer.Default);
632
public ICollection<
XpsFont
>
803
else if( resourceType == typeof(
XpsFont
) )
935
XpsFont
939
XpsFont
xpsFont = AddFont(true);
957
XpsFont
1001
XpsFont
1007
XpsFont
xpsFont = AddFont( obfuscate );
1109
XpsFont
1115
XpsFont
xpsFont = null;
1550
XpsFont
font = new XpsFont( CurrentXpsManager, this, part );
1654
XpsFont
1670
XpsFont
xpsFont = new XpsFont(CurrentXpsManager, this, metroPart);
1819
else if( resourceType == typeof(
XpsFont
) )
1967
private Dictionary<Uri,
XpsFont
> _fontCache;
Packaging\XpsInterleavingPolicy.cs (4)
338
if( n is
XpsFont
)
358
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
378
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsFont
));
389
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
Serialization\Manager\XpsPackagingPolicy.cs (2)
856
XpsFont
reachFont = _currentFixedPageWriter.AddFont();
1513
XpsFont
_currentXpsFont;