1 write to _btnEditFilters
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
138this._btnEditFilters = new System.Windows.Forms.Button();
7 references to _btnEditFilters
System.Web.Mobile (7)
UI\MobileControls\Design\PropertyOverridesDialog.cs (7)
66this._btnEditFilters.Text = SR.GetString(SR.GenericDialog_Edit); 110_btnEditFilters.Click += new EventHandler(OnEditFilters); 127this._btnEditFilters.TabIndex = ++tabOffset; 150this._btnEditFilters.Location = new System.Drawing.Point(201, 15); 151this._btnEditFilters.Size = new System.Drawing.Size(75, 23); 159this._btnEditFilters, 323_btnEditFilters.Enabled = (_currentDeviceSpecificID != null);