1 write to Handled
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlElementErrorEventArgsTests.cs (1)
21args.Handled = true;
3 references to Handled
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HTMLWindowEvents2.cs (1)
41return e.Handled;
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlElementErrorEventArgsTests.cs (2)
20args.Handled.Should().BeFalse(); 22args.Handled.Should().BeTrue();