1 write to _url
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxWebBrowserTests.cs (1)
83_control.Invoking(c => c.Navigate2(ref _url)).Should().NotThrow();
3 references to _url
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxWebBrowserTests.cs (3)
74_control.Invoking(c => c.Navigate(_url.ToString())).Should().NotThrow(); 106_control.Invoking(c => c.PutProperty("url", _url)).Should().NotThrow(); 110prop.Should().Be(_url.ToString());