7 references to FindIndex
mscorlib (1)
system\collections\generic\list.cs (1)
417return FindIndex(match) != -1;
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
223if (ScriptCodesRequiringDedicatedSegmenter.FindIndex(s => s.Equals(script, StringComparison.InvariantCultureIgnoreCase)) == -1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2953return _list.FindIndex( (ItemInfo x) => { return _equalityComparer.Equals(info, x); } );
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1176return this.projectedProperties.FindIndex(
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
358int index = PerformanceCounters.PerformanceCountersForEndpointList.FindIndex(c => c == null);
System.Web.DataVisualization (1)
Common\General\Selection.cs (1)
2131int elementIndex = result.FindIndex(
System.Windows.Forms.DataVisualization (1)
Common\General\Selection.cs (1)
2131int elementIndex = result.FindIndex(