13 references to FontTechnology
PresentationCore (13)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (5)
23private FontTechnology _fontTechnology; 215internal FontTechnology FontTechnology 364_fontTechnology = FontTechnology.TrueTypeCollection; 368_fontTechnology = FontTechnology.PostscriptOpenType; 372_fontTechnology = FontTechnology.TrueType;
MS\Internal\FontFace\FontDriver.cs (7)
131_technology = FontTechnology.TrueTypeCollection; 137_technology = FontTechnology.PostscriptOpenType; 142_technology = FontTechnology.TrueType; 155if (_technology == FontTechnology.TrueTypeCollection) 170if (_technology == FontTechnology.TrueTypeCollection) 252if (_technology == FontTechnology.PostscriptOpenType) 282private FontTechnology _technology;
System\Windows\Media\GlyphTypeface.cs (1)
1588internal FontTechnology FontTechnology