14 references to GetBaseControl
System.Web.Mobile (14)
UI\MobileControls\Design\ListGeneralPage.cs (6)
85Debug.Assert(GetBaseControl() != null); 86_isBaseControlList = (GetBaseControl() is List); // SelectionList otherwise. 235List list = (List)GetBaseControl(); 254SelectionList selectionList = (SelectionList)GetBaseControl(); 308List list = (List)GetBaseControl(); 358SelectionList selectionList = (SelectionList)GetBaseControl();
UI\MobileControls\Design\ListItemsPage.cs (6)
79Debug.Assert(GetBaseControl() != null); 80_isBaseControlList = (GetBaseControl() is List); 155List list = (List)GetBaseControl(); 287List list = (List)GetBaseControl(); 293SelectionList selectionList = (SelectionList)GetBaseControl(); 312SelectionList selectionListControl = (SelectionList) GetBaseControl();
UI\MobileControls\Design\ObjectListGeneralPage.cs (2)
161ObjectList objectList = (ObjectList)GetBaseControl(); 194ObjectList objectList = (ObjectList)GetBaseControl();