2 instantiations of XpsFont
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1556
XpsFont font = new
XpsFont
( CurrentXpsManager, this, part );
1676
XpsFont xpsFont = new
XpsFont
(CurrentXpsManager, this, metroPart);
26 references to XpsFont
ReachFramework (26)
Packaging\XpsFixedPageReaderWriter.cs (20)
77
XpsFont
162
ICollection<
XpsFont
>
240
XpsFont
256
XpsFont
277
XpsFont
476
_fontCache = new Dictionary<Uri,
XpsFont
>(MS.Internal.UriComparer.Default);
638
public ICollection<
XpsFont
>
809
else if( resourceType == typeof(
XpsFont
) )
941
XpsFont
945
XpsFont
xpsFont = AddFont(true);
963
XpsFont
1007
XpsFont
1013
XpsFont
xpsFont = AddFont( obfuscate );
1115
XpsFont
1121
XpsFont
xpsFont = null;
1556
XpsFont
font = new XpsFont( CurrentXpsManager, this, part );
1660
XpsFont
1676
XpsFont
xpsFont = new XpsFont(CurrentXpsManager, this, metroPart);
1825
else if( resourceType == typeof(
XpsFont
) )
1973
private Dictionary<Uri,
XpsFont
> _fontCache;
Packaging\XpsInterleavingPolicy.cs (4)
341
if( n is
XpsFont
)
361
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
381
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsFont
));
392
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
Serialization\Manager\XpsPackagingPolicy.cs (2)
868
XpsFont
reachFont = _currentFixedPageWriter.AddFont();
1525
XpsFont
_currentXpsFont;