7 references to Instance
PresentationCore (7)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (3)
69
_systemFontCollection = DWriteFactory.
Instance
.GetSystemFontCollection();
111
return DWriteFactory.
Instance
.GetFontCollection(new Uri(localPath));
119
return DWriteFactory.
Instance
.GetFontCollection(fontCollectionUri);
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
130
MS.Internal.FontCache.DWriteFactory.
Instance
,
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
131
MS.Internal.Text.TextInterface.TextAnalyzer textAnalyzer = MS.Internal.FontCache.DWriteFactory.
Instance
.CreateTextAnalyzer();
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
827
_textAnalyzer = DWriteFactory.
Instance
.CreateTextAnalyzer();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
175
using (MS.Internal.Text.TextInterface.FontFace fontFaceDWrite = DWriteFactory.
Instance
.CreateFontFace(fontSourceUri,