4 references to LoadWarningBitmap
System.Windows.Forms (4)
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);
111
LoadWarningBitmap
(((options & TrustManagerPromptOptions.AddsShortcut) != 0) ? TrustManagerWarningLevel.Yellow : TrustManagerWarningLevel.Green, this.pictureBoxInstallation);
129
LoadWarningBitmap
(locationWarningLevel, this.pictureBoxLocation);