2 instantiations of Plane
PresentationCore (2)
MS\Internal\Shaping\TypefaceMap.cs (2)
1090Plane plane = new Plane(); 1117private static Plane EmptyPlane = new Plane();
5 references to Plane
PresentationCore (5)
MS\Internal\Shaping\TypefaceMap.cs (5)
1080_planes = new Plane[NumberOfPlanes]; 1090Plane plane = new Plane(); 1116private Plane[] _planes; 1117private static Plane EmptyPlane = new Plane(); 1144if(this[i] == Plane.EmptyPage)