1 instantiation of ScanStatus
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
796status = new ScanStatus(timeLimit, start);
5 references to ScanStatus
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
562ScanStatus status; 776private ScanStatus ScanRange(ITextPointer start, ITextPointer end, long timeLimit) 783ScanStatus status; 1002ScanStatus status = (ScanStatus)data.Data;