1 write to textBoxEndpointCert
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
51
this.
textBoxEndpointCert
= new System.Windows.Forms.TextBox();
8 references to textBoxEndpointCert
WsatUI (8)
MMCUI\WSATControl.cs (2)
219
this.
textBoxEndpointCert
.Text = GetDisplayStringForCert(config.X509Certificate);
327
textBoxEndpointCert
.Text = GetDisplayStringForCert(config.X509Certificate);
MMCUI\WSATControl.designer.cs (6)
143
this.groupBoxNetwork.Controls.Add(this.
textBoxEndpointCert
);
171
this.
textBoxEndpointCert
.BackColor = System.Drawing.SystemColors.Control;
172
this.
textBoxEndpointCert
.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
173
resources.ApplyResources(this.
textBoxEndpointCert
, "textBoxEndpointCert");
174
this.
textBoxEndpointCert
.Name = "textBoxEndpointCert";
175
this.
textBoxEndpointCert
.ReadOnly = true;