1 write to _cbCompare
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
232
this.
_cbCompare
= new System.Windows.Forms.ComboBox();
15 references to _cbCompare
System.Web.Mobile (15)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (15)
104
this.
_cbCompare
.TabIndex = tabOffset++;
189
_cbCompare
.TextChanged += new EventHandler(OnTextChanged);
190
_cbCompare
.SelectedIndexChanged += new EventHandler(OnTextChanged);
287
this.
_cbCompare
,
291
this.
_cbCompare
.DropDownWidth = 211;
292
this.
_cbCompare
.Location = new System.Drawing.Point(0, 20);
293
this.
_cbCompare
.Size = new System.Drawing.Size(211, 21);
294
this.
_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;
676
if(sender ==
_cbCompare
)
678
node.Compare =
_cbCompare
.Text;