1 write to _isBaseControlList
System.Web.Mobile (1)
UI\MobileControls\Design\ListItemsPage.cs (1)
80
_isBaseControlList
= (GetBaseControl() is List);
12 references to _isBaseControlList
System.Web.Mobile (12)
UI\MobileControls\Design\ListItemsPage.cs (12)
56
if (
_isBaseControlList
)
83
Y = (
_isBaseControlList
? 52 : 24);
95
if (
_isBaseControlList
)
106
grplblItemList.SetBounds(4,
_isBaseControlList
? 32 : 4, 372, LabelHeight);
132
if (
_isBaseControlList
)
153
if (
_isBaseControlList
)
185
if (!
_isBaseControlList
)
193
if (!
_isBaseControlList
)
254
Debug.Assert(!
_isBaseControlList
);
276
if (!
_isBaseControlList
)
285
if (
_isBaseControlList
)
310
if (!
_isBaseControlList
)