3 writes to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
127_technology = FontTechnology.TrueTypeCollection; 133_technology = FontTechnology.PostscriptOpenType; 138_technology = FontTechnology.TrueType;
3 references to _technology
PresentationCore (3)
MS\Internal\FontFace\FontDriver.cs (3)
151if (_technology == FontTechnology.TrueTypeCollection) 166if (_technology == FontTechnology.TrueTypeCollection) 248if (_technology == FontTechnology.PostscriptOpenType)