3 writes to Prefix
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
299Prefix = prefix.Substring(0, prefix.Length - lastChar.Length); 574Prefix += newChar; 697Prefix = String.Empty;
3 references to Prefix
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
240int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 296string prefix = Prefix; 762return Prefix;