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