3 references to ConnectionConsumerAttribute
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
1776object[] consumerAttributes = method.GetCustomAttributes(typeof(ConnectionConsumerAttribute), true); 1788ConnectionConsumerAttribute attribute = consumerAttributes[0] as ConnectionConsumerAttribute;