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