3 overrides of InitPage
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (1)
149protected override void InitPage()
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
127protected override void InitPage()
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
157protected override void InitPage()
4 references to InitPage
System.Web.Mobile (4)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
94InitPage();
UI\MobileControls\Design\ListItemsPage.cs (1)
151base.InitPage();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
129base.InitPage();
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
159base.InitPage();