8 references to TransformerType
System.Web (8)
UI\WebParts\ConnectionsZone.cs (8)
671Type transformerType = provider.TransformerType; 755Type transformerType = consumer.TransformerType; 841Debug.Assert(providerInfo != null && providerInfo.TransformerType != null && providerInfo.TransformerType.IsSubclassOf(typeof(WebPartTransformer))); 843providerInfo.TransformerType); 870Debug.Assert(consumerInfo != null && consumerInfo.TransformerType != null && consumerInfo.TransformerType.IsSubclassOf(typeof(WebPartTransformer))); 872consumerInfo.TransformerType);