Implemented interface member:
method
FindInterfaces
System.Runtime.InteropServices._Type.FindInterfaces(System.Reflection.TypeFilter, System.Object)
2 overrides of FindInterfaces
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1137
public override Type[]
FindInterfaces
(TypeFilter filter, object filterCriteria)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1137
public override Type[]
FindInterfaces
(TypeFilter filter, object filterCriteria)
11 references to FindInterfaces
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\Statics.cs (1)
499
var ifaceTypes = type.
FindInterfaces
(IsGenericMatch, typeof(IEnumerable<>));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1139
Type[] ifaces = _baseReflectionType.
FindInterfaces
(filter, filterCriteria);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1045
instanceType.
FindInterfaces
(this.GetDictionaryInterface, null);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
122
Type[] interfaces = instanceType.
FindInterfaces
(ModelTreeManager.CheckInterface, result);
1246
Type[] interfaces = this.ComponentType.
FindInterfaces
(ModelTreeManager.CheckInterface, result);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1139
Type[] ifaces = _baseReflectionType.
FindInterfaces
(filter, filterCriteria);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1045
instanceType.
FindInterfaces
(this.GetDictionaryInterface, null);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
122
Type[] interfaces = instanceType.
FindInterfaces
(ModelTreeManager.CheckInterface, result);
1246
Type[] interfaces = this.ComponentType.
FindInterfaces
(ModelTreeManager.CheckInterface, result);
System.Data.Entity (1)
System\Data\Objects\ObjectViewFactory.cs (1)
235
Type[] viewDataInterfaces = objectViewDataType.
FindInterfaces
((Type type, object unusedFilter) => type.Name == genericObjectViewDataInterfaceType.Name, null);
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
483
Type[] queriables = type.
FindInterfaces
(typeFilter, null);