1 write to _planes
PresentationCore (1)
MS\Internal\Shaping\TypefaceMap.cs (1)
1089_planes = new Plane[NumberOfPlanes];
6 references to _planes
PresentationCore (6)
MS\Internal\Shaping\TypefaceMap.cs (6)
1091_planes[i] = EmptyPlane; 1097if(_planes[i] == EmptyPlane) 1100_planes[i] = plane; 1113return _planes[i>>16][i>>8 & 0xff][i & 0xff]; 1119_planes[i>>16].CreatePage(i>>8 & 0xff, this); 1121_planes[i>>16][i>>8 & 0xff][i & 0xff] = value;