14 references to StartsWith
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)
295Debug.Assert(matchedText.StartsWith(newText, ignoreCase, cultureInfo), "matchedText should start with newText"); 425if (itemString != null && itemString.StartsWith(newPrefix, !isTextSearchCaseSensitive, cultureInfo)) 448if (fallbackMatchIndex == -1 && itemString.StartsWith(prefix, !isTextSearchCaseSensitive, cultureInfo))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
888else if (keyTip.StartsWith(text, true, culture))
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
413if (itemString != null && itemString.StartsWith(newPrefix, /* ignoreCase */ true, cultureInfo)) 439if (fallbackMatchIndex == -1 && itemString.StartsWith(prefix, /* ignoreCase */ true, cultureInfo))
System.Xaml (1)
System\Xaml\Parser\XamlText.cs (1)
56if (text.StartsWith(ME_ESCAPE, false, TypeConverterHelper.InvariantEnglishUS))