3 writes to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
283Prefix = prefix.Substring(0, prefix.Length - lastChar.Length); 560Prefix += newChar; 683Prefix = String.Empty;
3 references to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
224int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 280string prefix = Prefix; 747return Prefix;