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