4 overrides of Match
System (2)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (1)
56public override bool Match(object obj) {
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (1)
122public override bool Match(object obj) {
System.Web (1)
UI\WebParts\PersonalizableAttribute.cs (1)
223public override bool Match(object obj) {
WindowsBase (1)
Base\System\ComponentModel\PropertyFilterAttribute.cs (1)
74public override bool Match(object value)
6 references to Match
System (2)
compmod\system\componentmodel\AttributeCollection.cs (1)
373if (Attributes[i].Match(attribute))
compmod\system\componentmodel\TypeDescriptor.cs (1)
3312return !(attribute.Match(memberAttribute));
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
462if ((attr == null && !attribute.IsDefaultAttribute()) || !attr.Match(attribute)) {
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
450if (!Attributes[i].Match(other[i])) return false;
System.ServiceModel.Internals (1)
System\Runtime\TypeHelper.cs (1)
617if (!filterAttribute.Match(propertyAttribute))
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
699if (!filterAttribute.Match(propertyAttribute))