2 instantiations of MatchedTextInfo
PresentationFramework (2)
MS\Internal\MatchedTextInfo.cs (1)
22
s_NoMatch = new
MatchedTextInfo
(-1, null, 0, 0);
System\Windows\Controls\TextSearch.cs (1)
530
matchedTextInfo = new
MatchedTextInfo
(matchedItemIndex, matchedText, matchedPrefixLength, textExcludingPrefixLength);
9 references to MatchedTextInfo
PresentationFramework (9)
MS\Internal\MatchedTextInfo.cs (2)
37
internal static
MatchedTextInfo
NoMatch
97
private static
MatchedTextInfo
s_NoMatch;
System\Windows\Controls\ComboBox.cs (4)
708
MatchedTextInfo
matchedTextInfo = TextSearch.FindMatchingPrefix(this, newText);
799
MatchedTextInfo
matchedTextInfo = (
MatchedTextInfo
)args[1];
814
void UpdateTextBox(string matchedText,
MatchedTextInfo
matchedTextInfo)
System\Windows\Controls\TextSearch.cs (3)
509
internal static
MatchedTextInfo
FindMatchingPrefix(ItemsControl itemsControl, string prefix)
511
MatchedTextInfo
matchedTextInfo;
534
matchedTextInfo =
MatchedTextInfo
.NoMatch;