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