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