2 instantiations of Plane
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (2)
1108Plane plane = new Plane(); 1135private static Plane EmptyPlane = new Plane();
5 references to Plane
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (5)
1098_planes = new Plane[NumberOfPlanes]; 1108Plane plane = new Plane(); 1134private Plane[] _planes; 1135private static Plane EmptyPlane = new Plane(); 1162if(this[i] == Plane.EmptyPage)