1 write to _cbCompare
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
232this._cbCompare = new System.Windows.Forms.ComboBox();
15 references to _cbCompare
System.Web.Mobile (15)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (15)
104this._cbCompare.TabIndex = tabOffset++; 189_cbCompare.TextChanged += new EventHandler(OnTextChanged); 190_cbCompare.SelectedIndexChanged += new EventHandler(OnTextChanged); 287this._cbCompare, 291this._cbCompare.DropDownWidth = 211; 292this._cbCompare.Location = new System.Drawing.Point(0, 20); 293this._cbCompare.Size = new System.Drawing.Size(211, 21); 294this._cbCompare.Sorted = true; 316_cbCompare.Items.Add(property.Name); 326_cbCompare.Enabled = filterIsSelected; 568_cbCompare.Text = compare; 569_cbCompare.Text = compare; 592_cbCompare.Text = String.Empty; 676if(sender == _cbCompare) 678node.Compare = _cbCompare.Text;