13 references to FontTechnology
PresentationCore (13)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (5)
40private FontTechnology _fontTechnology; 246internal FontTechnology FontTechnology 429_fontTechnology = FontTechnology.TrueTypeCollection; 433_fontTechnology = FontTechnology.PostscriptOpenType; 437_fontTechnology = FontTechnology.TrueType;
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (7)
156_technology = FontTechnology.TrueTypeCollection; 162_technology = FontTechnology.PostscriptOpenType; 167_technology = FontTechnology.TrueType; 180if (_technology == FontTechnology.TrueTypeCollection) 195if (_technology == FontTechnology.TrueTypeCollection) 285if (_technology == FontTechnology.PostscriptOpenType) 315private FontTechnology _technology;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1951internal FontTechnology FontTechnology