3 writes to _technology
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (3)
156
_technology
= FontTechnology.TrueTypeCollection;
162
_technology
= FontTechnology.PostscriptOpenType;
167
_technology
= FontTechnology.TrueType;
3 references to _technology
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (3)
180
if (
_technology
== FontTechnology.TrueTypeCollection)
195
if (
_technology
== FontTechnology.TrueTypeCollection)
285
if (
_technology
== FontTechnology.PostscriptOpenType)