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)
155
if (
_technology
== FontTechnology.TrueTypeCollection)
170
if (
_technology
== FontTechnology.TrueTypeCollection)
252
if (
_technology
== FontTechnology.PostscriptOpenType)