3 writes to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
271
Prefix
= prefix.Substring(0, prefix.Length - lastChar.Length);
548
Prefix
+= newChar;
671
Prefix
= String.Empty;
3 references to Prefix
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
212
int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath,
Prefix
,
268
string prefix =
Prefix
;
732
return
Prefix
;