3 writes to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
126_technology = FontTechnology.TrueTypeCollection; 132_technology = FontTechnology.PostscriptOpenType; 137_technology = FontTechnology.TrueType;
3 references to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
150if (_technology == FontTechnology.TrueTypeCollection) 165if (_technology == FontTechnology.TrueTypeCollection) 247if (_technology == FontTechnology.PostscriptOpenType)