3 writes to Prefix
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
299
Prefix
= prefix.Substring(0, prefix.Length - lastChar.Length);
574
Prefix
+= newChar;
697
Prefix
= String.Empty;
3 references to Prefix
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
240
int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath,
Prefix
,
296
string prefix =
Prefix
;
762
return
Prefix
;