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)
41private UnsettableComboBox _cmbDataField;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
28using UnsettableComboBox = System.Web.UI.Design.MobileControls.Util.UnsettableComboBox; 43private UnsettableComboBox _cmbSchemas;