2 references to MaxScanBlockSize
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
656
if (start.GetOffsetToPosition(end) >
MaxScanBlockSize
)
658
end = start.CreatePointer(
MaxScanBlockSize
);