1 write to _planes
PresentationCore (1)
MS\Internal\Shaping\TypefaceMap.cs (1)
1080_planes = new Plane[NumberOfPlanes];
6 references to _planes
PresentationCore (6)
MS\Internal\Shaping\TypefaceMap.cs (6)
1082_planes[i] = EmptyPlane; 1088if(_planes[i] == EmptyPlane) 1091_planes[i] = plane; 1104return _planes[i>>16][i>>8 & 0xff][i & 0xff]; 1110_planes[i>>16].CreatePage(i>>8 & 0xff, this); 1112_planes[i>>16][i>>8 & 0xff][i & 0xff] = value;