2 references to 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);