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