12 usages of Guid 8856f961-340a-11d0-a96b-00c04fd705a2
PresentationFramework (1)
MS\Internal\AppModel\ComGuids.cs (1)
90
public const string WebBrowser = "
8856f961-340a-11d0-a96b-00c04fd705a2
";
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
55
public WebBrowser() : base("
8856f961-340a-11d0-a96b-00c04fd705a2
")
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\VARIANTTests.cs (2)
5578
yield return new object[] { new Guid("
8856f961-340a-11d0-a96b-00c04fd705a2
") };
5677
yield return new object[] { new Guid("
8856f961-340a-11d0-a96b-00c04fd705a2
") };
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (1)
15
private const string WebBrowserClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
12
private static Guid CLSID_WebBrowser { get; } = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
System\Windows\Forms\AxHostTests.cs (1)
23
private const string WebBrowserClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";
System\Windows\Forms\ControlTests.ControlCollection.cs (4)
945
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
1018
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
2618
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
2682
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
WebBrowserBaseTests.cs (1)
880
private const string ClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";