3 writes to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
284Prefix = prefix.Substring(0, prefix.Length - lastChar.Length); 561Prefix += newChar; 684Prefix = String.Empty;
3 references to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
225int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 281string prefix = Prefix; 748return Prefix;