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