2 writes to notSetText
System.Web.Mobile (2)
UI\MobileControls\Design\Util\UnsettableComboBox.cs (2)
30notSetText = SR.GetString(SR.UnsettableComboBox_NotSetText); 42notSetText = value;
3 references to notSetText
System.Web.Mobile (3)
UI\MobileControls\Design\Util\UnsettableComboBox.cs (3)
38return notSetText; 97Items.Add(notSetText); 123Items.Add(notSetText);