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