3 references to EndsWith
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\SystemResourceKey.cs (1)
383
if (memberName.
EndsWith
("Key", false, TypeConverterHelper.InvariantEnglishUS))
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
383
if (memberName.
EndsWith
("Key", false, TypeConverterHelper.InvariantEnglishUS))
System.Xaml (1)
System\Xaml\XamlXmlWriter.cs (1)
668
if (type.IsMarkupExtension && type.Name.
EndsWith
("Extension", false, TypeConverterHelper.InvariantEnglishUS))