2 writes to _gposCache
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
63
_gposCache
= null;
346
_gposCache
= new byte[size];
2 references to _gposCache
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
325
return
_gposCache
;
347
return
_gposCache
;