1 write to m_publisherName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
86
this.
m_publisherName
= publisherName;
7 references to m_publisherName
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (7)
478
if (this.
m_publisherName
== null)
488
this.linkLblPublisher.Text = this.
m_publisherName
;
490
if (this.
m_publisherName
.Length > 0)
492
this.linkLblPublisher.Links.Add(0, this.
m_publisherName
.Length);
517
else if (this.
m_publisherName
== null)
584
if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0 || this.
m_publisherName
== null)
762
using (TrustManagerMoreInformation moreInformation = new TrustManagerMoreInformation(m_options,
m_publisherName
))