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)
127_technology = FontTechnology.TrueTypeCollection; 133_technology = FontTechnology.PostscriptOpenType; 138_technology = FontTechnology.TrueType; 151if (_technology == FontTechnology.TrueTypeCollection) 166if (_technology == FontTechnology.TrueTypeCollection) 248if (_technology == FontTechnology.PostscriptOpenType) 278private FontTechnology _technology;
System\Windows\Media\GlyphTypeface.cs (1)
1588internal FontTechnology FontTechnology