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