20 references to GetTypeFromCLSID
PresentationFramework (11)
Microsoft\Win32\OpenFileDialog.cs (1)
206
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileOpenDialog)));
Microsoft\Win32\OpenFolderDialog.cs (1)
249
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileOpenDialog)));
Microsoft\Win32\SaveFileDialog.cs (1)
219
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileSaveDialog)));
MS\Internal\IO\Packaging\PackageFilter.cs (1)
279
Type filterType = Type.
GetTypeFromCLSID
(clsid);
System\Windows\Controls\WebBrowser.cs (1)
1035
return Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.WebBrowser)));
System\Windows\Interop\ActiveXHost.cs (1)
265
return Activator.CreateInstance(Type.
GetTypeFromCLSID
(clsid));
System\Windows\Shell\JumpList.cs (3)
462
var destinationList = (ICustomDestinationList)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.DestinationList)));
798
var shellObjectCollection = (IObjectCollection)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.EnumerableObjectCollection)));
886
var link = (IShellLinkW)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.ShellLink)));
System\Windows\Standard\ComGuids.cs (1)
69
return (T)System.Activator.CreateInstance(System.Type.
GetTypeFromCLSID
(new System.Guid(clsid)));
System\Windows\Window.cs (1)
6451
taskbarList = (ITaskbarList)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.TaskbarList)));
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
119
Type commonQueryType = Type.
GetTypeFromCLSID
(UnsafeNativeMethods.CLSID_CommonQuery);
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
238
Type? t = global::System.Type.
GetTypeFromCLSID
(guid);
System.Windows.Forms.Tests (7)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (5)
19
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
46
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
58
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
73
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
82
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
System\Windows\Forms\WebBrowserTests.cs (2)
2309
Type t = Type.
GetTypeFromCLSID
(new Guid("0002DF01-0000-0000-C000-000000000046"));
2343
Type t = Type.
GetTypeFromCLSID
(new Guid("0002DF01-0000-0000-C000-000000000046"));