4 references to StartsWith
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
323
Debug.Assert(matchedText.
StartsWith
(newText, ignoreCase, cultureInfo), "matchedText should start with newText");
451
if (itemString != null && itemString.
StartsWith
(newPrefix, !isTextSearchCaseSensitive, cultureInfo))
474
if (fallbackMatchIndex == -1 && itemString.
StartsWith
(prefix, !isTextSearchCaseSensitive, cultureInfo))
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
117
if (name.
StartsWith
(paramArrayBaseName, false, null))