5 references to IgnoreCase
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ComponentResourceManager.cs (5)
116
if (resources == null || (resources.Comparer.Equals(StringComparer.OrdinalIgnoreCase) !=
IgnoreCase
))
124
if (
IgnoreCase
)
144
if (!key.StartsWith(objectName,
IgnoreCase
? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal))
162
PropertyDescriptor? prop = TypeDescriptorGetProperties(value).Find(propName,
IgnoreCase
);
219
if (
IgnoreCase
)