7 references to Green
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (5)
109LoadWarningBitmap((publisherName == null) ? TrustManagerWarningLevel.Red : TrustManagerWarningLevel.Green, this.pictureBoxPublisher); 110LoadWarningBitmap(((options & (TrustManagerPromptOptions.RequiresPermissions | TrustManagerPromptOptions.WillHaveFullTrust)) != 0) ? TrustManagerWarningLevel.Red : TrustManagerWarningLevel.Green, this.pictureBoxMachineAccess); 111LoadWarningBitmap(((options & TrustManagerPromptOptions.AddsShortcut) != 0) ? TrustManagerWarningLevel.Yellow : TrustManagerWarningLevel.Green, this.pictureBoxInstallation); 118locationWarningLevel = TrustManagerWarningLevel.Green; 361case TrustManagerWarningLevel.Green:
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
599LoadWarningBitmap(TrustManagerWarningLevel.Green); 649case TrustManagerWarningLevel.Green: