1 write to _rbCompare
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
222this._rbCompare = new System.Windows.Forms.RadioButton();
9 references to _rbCompare
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
86_rbCompare.Text = SR.GetString(SR.DeviceFilterEditorDialog_Equality); 98this._rbCompare.TabIndex = tabOffset++; 187_rbCompare.Click += new EventHandler(OnClickCompareRadioButton); 258this._rbCompare.Location = new System.Drawing.Point(8, 21); 259this._rbCompare.Size = new System.Drawing.Size(211, 17); 275this._rbCompare}); 324_rbCompare.Enabled = filterIsSelected; 564_rbCompare.Checked = true; 590_rbCompare.Checked = false;