1 write to _rbDelegate
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
230
this.
_rbDelegate
= new System.Windows.Forms.RadioButton();
9 references to _rbDelegate
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
88
_rbDelegate
.Text = SR.GetString(SR.DeviceFilterEditorDialog_Evaluator);
99
this.
_rbDelegate
.TabIndex = tabOffset++;
188
_rbDelegate
.Click += new EventHandler(OnClickDelegateRadioButton);
274
this.
_rbDelegate
,
282
this.
_rbDelegate
.Location = new System.Drawing.Point(8, 46);
283
this.
_rbDelegate
.Size = new System.Drawing.Size(211, 17);
325
_rbDelegate
.Enabled = filterIsSelected;
579
_rbDelegate
.Checked = true;
591
_rbDelegate
.Checked = false;