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