3 references to FoundIndex
System.Activities (3)
System\Activities\Debugger\BinarySearchResult.cs (1)
68return string.Format("Data is found at index {0}.", this.FoundIndex);
System\Activities\Debugger\CharacterSpottingTextReader.cs (2)
124if (result.FoundIndex > 0) 126return locationList[result.FoundIndex - 1];