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)
169
if (
_technology
== FontTechnology.TrueTypeCollection)
184
if (
_technology
== FontTechnology.TrueTypeCollection)
266
if (
_technology
== FontTechnology.PostscriptOpenType)