1 write to _data
PresentationCore (1)
MS\Internal\Shaping\TypefaceMap.cs (1)
1125
_data
= new Page[256];
3 references to _data
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (3)
1127
_data
[i] = EmptyPage;
1134
return
_data
[index];
1138
_data
[index] = value;