20 references to GetTypeFromCLSID
PresentationFramework (11)
Microsoft\Win32\OpenFileDialog.cs (1)
207
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileOpenDialog)));
Microsoft\Win32\OpenFolderDialog.cs (1)
250
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileOpenDialog)));
Microsoft\Win32\SaveFileDialog.cs (1)
220
return (IFileDialog)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.FileSaveDialog)));
MS\Internal\IO\Packaging\PackageFilter.cs (1)
280
Type filterType = Type.
GetTypeFromCLSID
(clsid);
System\Windows\Controls\WebBrowser.cs (1)
1037
return Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.WebBrowser)));
System\Windows\Interop\ActiveXHost.cs (1)
269
return Activator.CreateInstance(Type.
GetTypeFromCLSID
(clsid));
System\Windows\Shell\JumpList.cs (3)
466
var destinationList = (ICustomDestinationList)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.DestinationList)));
802
var shellObjectCollection = (IObjectCollection)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.EnumerableObjectCollection)));
890
var link = (IShellLinkW)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.ShellLink)));
System\Windows\Standard\ComGuids.cs (1)
70
return (T)System.Activator.CreateInstance(System.Type.
GetTypeFromCLSID
(new System.Guid(clsid)));
System\Windows\Window.cs (1)
6452
taskbarList = (ITaskbarList)Activator.CreateInstance(Type.
GetTypeFromCLSID
(new Guid(CLSID.TaskbarList)));
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
120
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)
17
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
44
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
56
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
71
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
80
Type type = Type.
GetTypeFromCLSID
(CLSID_WebBrowser);
System\Windows\Forms\WebBrowserTests.cs (2)
2307
Type t = Type.
GetTypeFromCLSID
(new Guid("0002DF01-0000-0000-C000-000000000046"));
2341
Type t = Type.
GetTypeFromCLSID
(new Guid("0002DF01-0000-0000-C000-000000000046"));