2 references to FindMatchingPrefix
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextSearch.cs (2)
240
int matchedItemIndex =
FindMatchingPrefix
(_attachedTo, primaryTextPath, Prefix,
527
int matchedItemIndex =
FindMatchingPrefix
(itemsControl, GetPrimaryTextPath(itemsControl), prefix, String.Empty, 0, false, ref wasNewCharUsed);