3 references to NumberOfPlanes
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (3)
1081
_planes = new Plane[
NumberOfPlanes
];
1082
for (int i = 0; i <
NumberOfPlanes
; ++i)
1088
Invariant.Assert(i <
NumberOfPlanes
);