3 writes to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
131_technology = FontTechnology.TrueTypeCollection; 137_technology = FontTechnology.PostscriptOpenType; 142_technology = FontTechnology.TrueType;
3 references to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
155if (_technology == FontTechnology.TrueTypeCollection) 170if (_technology == FontTechnology.TrueTypeCollection) 252if (_technology == FontTechnology.PostscriptOpenType)