3 writes to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
272Prefix = prefix.Substring(0, prefix.Length - lastChar.Length); 549Prefix += newChar; 672Prefix = String.Empty;
3 references to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
213int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 269string prefix = Prefix; 736return Prefix;