3 writes to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
145_technology = FontTechnology.TrueTypeCollection; 151_technology = FontTechnology.PostscriptOpenType; 156_technology = FontTechnology.TrueType;
3 references to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
169if (_technology == FontTechnology.TrueTypeCollection) 184if (_technology == FontTechnology.TrueTypeCollection) 266if (_technology == FontTechnology.PostscriptOpenType)