1 write to _rbDelegate
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
230this._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); 99this._rbDelegate.TabIndex = tabOffset++; 188_rbDelegate.Click += new EventHandler(OnClickDelegateRadioButton); 274this._rbDelegate, 282this._rbDelegate.Location = new System.Drawing.Point(8, 46); 283this._rbDelegate.Size = new System.Drawing.Size(211, 17); 325_rbDelegate.Enabled = filterIsSelected; 579_rbDelegate.Checked = true; 591_rbDelegate.Checked = false;