1 write to _choices
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecific.cs (1)
80
_choices
= new DeviceSpecificChoiceCollection(this);
4 references to _choices
System.Web.Mobile (4)
UI\MobileControls\DeviceSpecific.cs (4)
78
if (
_choices
== null)
82
return
_choices
;
129
if (
_choices
!= null)
131
foreach (DeviceSpecificChoice choice in
_choices
)