4 overrides of OnInsert
System.Web (4)
UI\WebControls\MenuItemStyleCollection.cs (1)
19protected override void OnInsert(int index, object value) {
UI\WebControls\ParameterCollection.cs (1)
226protected override void OnInsert(int index, object value) {
UI\WebControls\SubMenuStyleCollection.cs (1)
19protected override void OnInsert(int index, object value) {
UI\WebControls\TreeNodeStyleCollection.cs (1)
19protected override void OnInsert(int index, object value) {
5 references to OnInsert
System.Web (5)
UI\StateManagedCollection.cs (1)
129OnInsert(index, o);
UI\WebControls\MenuItemStyleCollection.cs (1)
20base.OnInsert(index, value);
UI\WebControls\ParameterCollection.cs (1)
227base.OnInsert(index, value);
UI\WebControls\SubMenuStyleCollection.cs (1)
20base.OnInsert(index, value);
UI\WebControls\TreeNodeStyleCollection.cs (1)
20base.OnInsert(index, value);