1 write to _data
PresentationCore (1)
MS\Internal\Shaping\TypefaceMap.cs (1)
1126
_data
= new Page[256];
3 references to _data
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (3)
1128
_data
[i] = EmptyPage;
1135
return
_data
[index];
1139
_data
[index] = value;