3 references to EncryptionLevelChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
1384
/// Raises the <see cref='System.Windows.Forms.WebBrowser.
EncryptionLevelChanged
'/> event.
1391
if (this.
EncryptionLevelChanged
!= null)
1393
this.
EncryptionLevelChanged
(this, e);