1 write to _isBaseControlList
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
86
_isBaseControlList
= (GetBaseControl() is List); // SelectionList otherwise.
6 references to _isBaseControlList
System.Web.Mobile (6)
UI\MobileControls\Design\ListGeneralPage.cs (6)
69
if (
_isBaseControlList
)
96
if (
_isBaseControlList
)
119
if (
_isBaseControlList
)
204
if (
_isBaseControlList
)
233
if (
_isBaseControlList
)
306
if (
_isBaseControlList
)