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)
5570
yield return new object[] { new Guid("
8856f961-340a-11d0-a96b-00c04fd705a2
") };
5669
yield return new object[] { new Guid("
8856f961-340a-11d0-a96b-00c04fd705a2
") };
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (1)
17
private const string WebBrowserClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
14
private static Guid CLSID_WebBrowser { get; } = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
System\Windows\Forms\AxHostTests.cs (1)
25
private const string WebBrowserClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";
System\Windows\Forms\ControlTests.ControlCollection.cs (4)
947
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
1020
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
2620
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
2684
using SubAxHost control = new("
8856f961-340a-11d0-a96b-00c04fd705a2
");
WebBrowserBaseTests.cs (1)
882
private const string ClsidString = "
8856f961-340a-11d0-a96b-00c04fd705a2
";