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