2 writes to _gposCache
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
85
_gposCache
= null;
407
_gposCache
= new byte[size];
2 references to _gposCache
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
386
return
_gposCache
;
408
return
_gposCache
;