4 references to Url
System.Windows.Forms.Tests (4)
System\Windows\Forms\HtmlElementErrorEventArgsTests.cs (4)
19args.Url.Should().Be(new Uri(urlString)); 30Uri url1 = args.Url; 31Uri url2 = args.Url; 41Action action = () => _ = args.Url;