12 references to DWriteFactory
PresentationCore (12)
MS\Internal\FontCache\DWriteFactory.cs (3)
47_systemFontCollection = DWriteFactory.Instance.GetSystemFontCollection(); 83return DWriteFactory.Instance.GetFontCollection(new Uri(localPath)); 91return DWriteFactory.Instance.GetFontCollection(fontCollectionUri);
MS\Internal\FontCache\FamilyCollection.cs (4)
68return (_fontCollection == DWriteFactory.SystemFontCollection); 112_legacyArabicFontCollection = DWriteFactory.GetFontCollectionFromFolder(criticalSxSFontsLocation); 290return new FamilyCollection(folderUri, DWriteFactory.GetFontCollectionFromFolder(folderUri)); 299return new FamilyCollection(folderUri, DWriteFactory.SystemFontCollection);
MS\Internal\Shaping\TypefaceMap.cs (1)
114(MS.Internal.Text.TextInterface.Native.IDWriteFactory*)MS.Internal.FontCache.DWriteFactory.Instance.DWriteFactory,
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
112MS.Internal.Text.TextInterface.TextAnalyzer textAnalyzer = MS.Internal.FontCache.DWriteFactory.Instance.CreateTextAnalyzer();
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
768_textAnalyzer = DWriteFactory.Instance.CreateTextAnalyzer();
System\Windows\Media\GlyphTypeface.cs (2)
136MS.Internal.Text.TextInterface.FontCollection fontCollection = DWriteFactory.GetFontCollectionFromFile(fontSourceUri); 137using (MS.Internal.Text.TextInterface.FontFace fontFaceDWrite = DWriteFactory.Instance.CreateFontFace(fontSourceUri,