3 writes to _fontTechnology
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
429
_fontTechnology
= FontTechnology.TrueTypeCollection;
433
_fontTechnology
= FontTechnology.PostscriptOpenType;
437
_fontTechnology
= FontTechnology.TrueType;
1 reference to _fontTechnology
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
255
return
_fontTechnology
;