9 references to InterfaceType
System.Web (9)
UI\WebParts\WebPartConnection.cs (5)
289if (providerConnectionPoint.InterfaceType == consumerConnectionPoint.InterfaceType) { 328if (providerConnectionPoint.InterfaceType == transformerConsumerType && 329transformerProviderType == consumerConnectionPoint.InterfaceType) { 343else if (providerConnectionPoint.InterfaceType != transformerConsumerType) {
UI\WebParts\WebPartManager.cs (4)
1314if (providerConnectionPoint.InterfaceType != consumerConnectionPoint.InterfaceType) { 1352if (providerConnectionPoint.InterfaceType != transformerConsumerType) { 1361if (transformerProviderType != consumerConnectionPoint.InterfaceType) {