3 overrides of InitForm
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (1)
77protected override void InitForm()
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
63protected override void InitForm()
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
64protected override void InitForm()
4 references to InitForm
System.Web.Mobile (4)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
122InitForm();
UI\MobileControls\Design\ListItemsPage.cs (1)
85base.InitForm();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
65base.InitForm();
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
66base.InitForm();