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