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