13 references to FontTechnology
PresentationCore (13)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (5)
35private FontTechnology _fontTechnology; 227internal FontTechnology FontTechnology 376_fontTechnology = FontTechnology.TrueTypeCollection; 380_fontTechnology = FontTechnology.PostscriptOpenType; 384_fontTechnology = FontTechnology.TrueType;
MS\Internal\FontFace\FontDriver.cs (7)
145_technology = FontTechnology.TrueTypeCollection; 151_technology = FontTechnology.PostscriptOpenType; 156_technology = FontTechnology.TrueType; 169if (_technology == FontTechnology.TrueTypeCollection) 184if (_technology == FontTechnology.TrueTypeCollection) 266if (_technology == FontTechnology.PostscriptOpenType) 296private FontTechnology _technology;
System\Windows\Media\GlyphTypeface.cs (1)
1597internal FontTechnology FontTechnology