6 references to Red
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (4)
109
LoadWarningBitmap((publisherName == null) ? TrustManagerWarningLevel.
Red
: TrustManagerWarningLevel.Green, this.pictureBoxPublisher);
110
LoadWarningBitmap(((options & (TrustManagerPromptOptions.RequiresPermissions | TrustManagerPromptOptions.WillHaveFullTrust)) != 0) ? TrustManagerWarningLevel.
Red
: TrustManagerWarningLevel.Green, this.pictureBoxMachineAccess);
122
locationWarningLevel = TrustManagerWarningLevel.
Red
;
384
Debug.Assert(warningLevel == TrustManagerWarningLevel.
Red
);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
593
LoadWarningBitmap(TrustManagerWarningLevel.
Red
);
674
Debug.Assert(warningLevel == TrustManagerWarningLevel.
Red
);