18 references to StartsWith
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\Terminal\AnsiTerminal.cs (1)
180
bool knownNonExistingFile = path.
StartsWith
("/_/", ignoreCase: false, CultureInfo.CurrentCulture);
parent\dotnet\Commands\Test\MTP\Terminal\TargetFrameworkParser.cs (3)
19
if (frameworkDescription.
StartsWith
(netFramework, ignoreCase: false, CultureInfo.InvariantCulture))
55
if (frameworkDescription.
StartsWith
(netCore, ignoreCase: false, CultureInfo.InvariantCulture))
64
if (frameworkDescription.
StartsWith
(net, ignoreCase: false, CultureInfo.InvariantCulture))
Microsoft.Maui.Controls (7)
Shapes\StrokeShapeTypeConverter.cs (7)
35
if (strValue.
StartsWith
(Ellipse, true, culture))
40
if (strValue.
StartsWith
(Line, true, culture))
62
if (strValue.
StartsWith
(Path, true, culture))
77
if (strValue.
StartsWith
(Polygon, true, culture))
92
if (strValue.
StartsWith
(Polyline, true, culture))
107
if (strValue.
StartsWith
(Rectangle, true, culture))
112
if (strValue.
StartsWith
(RoundRectangle, true, culture))
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
295
Debug.Assert(matchedText.
StartsWith
(newText, ignoreCase, cultureInfo), "matchedText should start with newText");
425
if (itemString != null && itemString.
StartsWith
(newPrefix, !isTextSearchCaseSensitive, cultureInfo))
448
if (fallbackMatchIndex == -1 && itemString.
StartsWith
(prefix, !isTextSearchCaseSensitive, cultureInfo))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
888
else if (keyTip.
StartsWith
(text, true, culture))
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
413
if (itemString != null && itemString.
StartsWith
(newPrefix, /* ignoreCase */ true, cultureInfo))
439
if (fallbackMatchIndex == -1 && itemString.
StartsWith
(prefix, /* ignoreCase */ true, cultureInfo))
System.Xaml (1)
System\Xaml\Parser\XamlText.cs (1)
56
if (text.
StartsWith
(ME_ESCAPE, false, TypeConverterHelper.InvariantEnglishUS))