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