1 instantiation of ConnectionPointKey
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
2323ConnectionPointKey connectionPointKey = new ConnectionPointKey(type, CultureInfo.CurrentCulture, CultureInfo.CurrentUICulture);
3 references to ConnectionPointKey
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
2323ConnectionPointKey connectionPointKey = new ConnectionPointKey(type, CultureInfo.CurrentCulture, CultureInfo.CurrentUICulture); 4530ConnectionPointKey other = obj as ConnectionPointKey;