2 instantiations of XpsFont
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1546
XpsFont font = new
XpsFont
( CurrentXpsManager, this, part );
1666
XpsFont xpsFont = new
XpsFont
(CurrentXpsManager, this, metroPart);
26 references to XpsFont
ReachFramework (26)
Packaging\XpsFixedPageReaderWriter.cs (20)
70
XpsFont
155
ICollection<
XpsFont
>
233
XpsFont
249
XpsFont
270
XpsFont
469
_fontCache = new Dictionary<Uri,
XpsFont
>(MS.Internal.UriComparer.Default);
631
public ICollection<
XpsFont
>
802
else if( resourceType == typeof(
XpsFont
) )
934
XpsFont
938
XpsFont
xpsFont = AddFont(true);
956
XpsFont
1000
XpsFont
1006
XpsFont
xpsFont = AddFont( obfuscate );
1108
XpsFont
1114
XpsFont
xpsFont = null;
1546
XpsFont
font = new XpsFont( CurrentXpsManager, this, part );
1650
XpsFont
1666
XpsFont
xpsFont = new XpsFont(CurrentXpsManager, this, metroPart);
1815
else if( resourceType == typeof(
XpsFont
) )
1963
private Dictionary<Uri,
XpsFont
> _fontCache;
Packaging\XpsInterleavingPolicy.cs (4)
337
if( n is
XpsFont
)
357
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
377
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsFont
));
388
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsFont
));
Serialization\Manager\XpsPackagingPolicy.cs (2)
855
XpsFont
reachFont = _currentFixedPageWriter.AddFont();
1500
XpsFont
_currentXpsFont;