1 instantiation of ScanStatus
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
855status = new ScanStatus(timeLimit, start);
5 references to ScanStatus
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (5)
611ScanStatus status; 835private ScanStatus ScanRange(ITextPointer start, ITextPointer end, long timeLimit) 842ScanStatus status; 1057ScanStatus status = (ScanStatus)data.Data;