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)
151
if (
_technology
== FontTechnology.TrueTypeCollection)
166
if (
_technology
== FontTechnology.TrueTypeCollection)
248
if (
_technology
== FontTechnology.PostscriptOpenType)