3 writes to _fontTechnology
PresentationCore (3)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
364
_fontTechnology
= FontTechnology.TrueTypeCollection;
368
_fontTechnology
= FontTechnology.PostscriptOpenType;
372
_fontTechnology
= FontTechnology.TrueType;
1 reference to _fontTechnology
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
224
return
_fontTechnology
;