2 instantiations of Plane
PresentationCore (2)
MS\Internal\Shaping\TypefaceMap.cs (2)
1099Plane plane = new Plane(); 1126private static Plane EmptyPlane = new Plane();
5 references to Plane
PresentationCore (5)
MS\Internal\Shaping\TypefaceMap.cs (5)
1089_planes = new Plane[NumberOfPlanes]; 1099Plane plane = new Plane(); 1125private Plane[] _planes; 1126private static Plane EmptyPlane = new Plane(); 1153if(this[i] == Plane.EmptyPage)