2 references to GetFindIndex
System.Data.Common (2)
System\Data\DataView.cs (2)
992
void IBindingList.AddIndex(PropertyDescriptor property) =>
GetFindIndex
(property.Name, keepIndex: true);
1041
GetFindIndex
(property.Name, /*keepIndex:*/false);