4 references to DoLinearSearch
PresentationFramework (4)
System\Windows\Controls\ItemContainerGenerator.cs (4)
591DoLinearSearch(
619DoLinearSearch(
630return DoLinearSearch(match, matchState, out _, out container, out itemIndex, false);
750found = groupItem.Generator.DoLinearSearch(match, matchState, out item, out container, out indexInGroup, false);