3 writes to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
271Prefix = prefix.Substring(0, prefix.Length - lastChar.Length); 548Prefix += newChar; 671Prefix = String.Empty;
3 references to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
212int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 268string prefix = Prefix; 732return Prefix;