5 references to get_Silent
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
129webBrowser2.Value->get_Silent(&silent).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IWebBrowser2.g.cs (2)
1645 /// <inheritdoc cref="get_Silent(winmdroot.Foundation.VARIANT_BOOL*)"/> 1650 winmdroot.Foundation.HRESULT __result = this.get_Silent(pbSilentLocal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\WebBrowserTests.cs (2)
1737Assert.True(webBrowser.Value->get_Silent(&silent).Succeeded); 1745Assert.True(webBrowser.Value->get_Silent(&silent).Succeeded);