13 references to FontTechnology
PresentationCore (13)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (5)
22private FontTechnology _fontTechnology; 214internal FontTechnology FontTechnology 363_fontTechnology = FontTechnology.TrueTypeCollection; 367_fontTechnology = FontTechnology.PostscriptOpenType; 371_fontTechnology = FontTechnology.TrueType;
MS\Internal\FontFace\FontDriver.cs (7)
126_technology = FontTechnology.TrueTypeCollection; 132_technology = FontTechnology.PostscriptOpenType; 137_technology = FontTechnology.TrueType; 150if (_technology == FontTechnology.TrueTypeCollection) 165if (_technology == FontTechnology.TrueTypeCollection) 247if (_technology == FontTechnology.PostscriptOpenType) 277private FontTechnology _technology;
System\Windows\Media\GlyphTypeface.cs (1)
1587internal FontTechnology FontTechnology