12 references to DWriteFactory
PresentationCore (12)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (3)
69_systemFontCollection = DWriteFactory.Instance.GetSystemFontCollection(); 111return DWriteFactory.Instance.GetFontCollection(new Uri(localPath)); 119return DWriteFactory.Instance.GetFontCollection(fontCollectionUri);
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (4)
162return (_fontCollection == DWriteFactory.SystemFontCollection); 220_legacyArabicFontCollection = DWriteFactory.GetFontCollectionFromFolder(criticalSxSFontsLocation); 431return new FamilyCollection(folderUri, DWriteFactory.GetFontCollectionFromFolder(folderUri)); 451return new FamilyCollection(folderUri, DWriteFactory.SystemFontCollection);
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
130MS.Internal.FontCache.DWriteFactory.Instance,
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
131MS.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 (2)
174MS.Internal.Text.TextInterface.FontCollection fontCollection = DWriteFactory.GetFontCollectionFromFile(fontSourceUri); 175using (MS.Internal.Text.TextInterface.FontFace fontFaceDWrite = DWriteFactory.Instance.CreateFontFace(fontSourceUri,