2 instantiations of UnsettableComboBox
System.Web.Mobile (2)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
79
_cmbDataField = new
UnsettableComboBox
();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
117
_cmbSchemas = new
UnsettableComboBox
();
3 references to UnsettableComboBox
System.Web.Mobile (3)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
41
private
UnsettableComboBox
_cmbDataField;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
28
using UnsettableComboBox = System.Web.UI.Design.MobileControls.Util.
UnsettableComboBox
;
43
private
UnsettableComboBox
_cmbSchemas;