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)
150
if (
_technology
== FontTechnology.TrueTypeCollection)
165
if (
_technology
== FontTechnology.TrueTypeCollection)
247
if (
_technology
== FontTechnology.PostscriptOpenType)