6 references to ID
System.Web (6)
UI\WebParts\WebPartVerbCollection.cs (6)
76if (_ids.Contains(existingVerb.ID)) { 77throw new ArgumentException(SR.GetString(SR.WebPart_Collection_DuplicateID, "WebPartVerb", existingVerb.ID), "existingVerbs"); 79_ids.Add(existingVerb.ID, existingVerb); 95if (_ids.Contains(webPartVerb.ID)) { 96throw new ArgumentException(SR.GetString(SR.WebPart_Collection_DuplicateID, "WebPartVerb", webPartVerb.ID), "verbs"); 98_ids.Add(webPartVerb.ID, webPartVerb);