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