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