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