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