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