3 references to ControlType
System.Web (3)
UI\WebParts\WebPartManager.cs (2)
1234if (providerConnectionPoint.ControlType != providerControl.GetType()) { 1237if (consumerConnectionPoint.ControlType != consumerControl.GetType()) {
UI\WebParts\WebPartTracker.cs (1)
30if (providerConnectionPoint.ControlType != webPart.GetType()) {