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