2 writes to _gposCache
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
76
_gposCache
= null;
359
_gposCache
= new byte[size];
2 references to _gposCache
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
338
return
_gposCache
;
360
return
_gposCache
;