13 overrides of GUID
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
306public override Guid GUID => throw new NotSupportedException(SR.NotSupported_NonReflectedType);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
99public override Guid GUID => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
87public override Guid GUID => _unmodifiedType.GUID;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
105public sealed override Guid GUID => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
41public override Guid GUID => typeImpl.GUID;
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
59public override Guid GUID => m_typeBuilder.GUID;
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
85public override Guid GUID => throw new NotSupportedException();
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
622public override Guid GUID
src\System\RuntimeType.CoreCLR.cs (1)
3389public override unsafe Guid GUID
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
72public override Guid GUID
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
306public override Guid GUID => throw new NotSupportedException(SR.NotSupported_NonReflectedType);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
285public abstract override Guid GUID { get; }
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
771public override Guid GUID => throw new NotImplementedException();
253 references to GUID
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmDataContainer.cs (2)
24if (_dataItems.TryGetValue(typeof(T).GUID, out value)) 39Guid key = item.GetType().GUID;
Microsoft.VisualStudio.Extensibility.Testing.Xunit (7)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\ServiceProvider.cs (3)
30return GetService(serviceType.GUID); 35if (serviceGuid == typeof(IOleServiceProvider).GUID) 40if (serviceGuid == typeof(IObjectWithSite).GUID)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\VSConstants.cs (1)
19public static readonly Guid GUID_VSStandardCommandSet97 = typeof(VSStd97CmdID).GUID;
src\VisualStudio\IntegrationTest\Harness\XUnitShared\InProcess\OleServiceProvider.cs (3)
34if (serviceType.GUID == typeof(IOleServiceProvider).GUID) 39Marshal.ThrowExceptionForHR(_serviceProvider.QueryService(serviceType.GUID, IUnknownGuid, out var service));
Microsoft.VisualStudio.LanguageServices (13)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (1)
268Marshal.ThrowExceptionForHR(frame[0].QueryViewInterface(typeof(IVsTextView).GUID, out var frameTextView));
EditorConfigSettings\SettingsEditorFactory.cs (2)
79var textLinesGuid = typeof(IVsTextLines).GUID; 80_ = localRegistry.CreateInstance(typeof(VsTextBufferClass).GUID, null, ref textLinesGuid, 1 /*CLSCTX_INPROC_SERVER*/, out var ptr);
Interop\WrapperPolicy.cs (1)
18(IComWrapperFactory)PackageUtilities.CreateInstance(typeof(IComWrapperFactory).GUID);
LanguageService\AbstractLanguageService`2.IVsContainedLanguageFactory.cs (1)
32var webFileCtxServiceGuid = typeof(IWebFileCtxService).GUID;
LanguageService\AbstractPackage.cs (1)
108ErrorHandler.ThrowOnFailure(registerEditors.RegisterEditor(editorFactory.GetType().GUID, editorFactory, out _));
ProjectSystem\InvisibleEditor.cs (2)
84var hr = invisibleEditor.GetDocData(fEnsureWritable: needsSave ? 1 : 0, riid: typeof(IVsTextLines).GUID, ppDocData: out var docDataPtrViaTextLines); 94hr = invisibleEditor.GetDocData(fEnsureWritable: needsSave ? 1 : 0, riid: typeof(IVsTextBufferProvider).GUID, ppDocData: out docDataPtrViaTextBufferProvider);
RoslynPackage.cs (4)
55await shell.LoadPackageAsync(typeof(RoslynPackage).GUID); 57if (ErrorHandler.Succeeded(((IVsShell)shell).IsPackageLoaded(typeof(RoslynPackage).GUID, out var package))) 123if (toolWindowType == typeof(ValueTracking.ValueTrackingToolWindow).GUID) 128if (toolWindowType == typeof(StackTraceExplorerToolWindow).GUID)
Utilities\ComEventSink.cs (1)
24connectionPointContainer.FindConnectionPoint(typeof(T).GUID, out var connectionPoint);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
67var projectSiteGuid = typeof(ICSharpProjectSite).GUID;
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
105_inputPane = inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID);
PresentationFramework (12)
MS\Internal\Controls\ConnectionPointCookie.cs (1)
25Guid tmp = eventInterface.GUID;
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
73if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 291if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 398if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
178if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
208Guid iid = typeof(IActivationFactoryVftbl).GUID;
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (2)
79IID = typeof(IUnknownVftbl).GUID, 86IID = typeof(IInspectable).GUID,
MS\Internal\WindowsRuntime\Generated\WinRT\Context.cs (1)
16Guid riid = typeof(IContextCallback).GUID;
MS\Internal\WindowsRuntime\Generated\WinRT\GuidGenerator.cs (3)
15return type.GetGuidType().GUID; 23return type.GUID; 100return $"{{{type.GUID}}}";
ReachFramework (1)
Serialization\RCW\PrintDocumentPackageStatusProvider.cs (1)
20Guid riid = typeof(IPrintDocumentPackageStatusEvent).GUID;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
87public override Guid GUID => _unmodifiedType.GUID;
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
41public override Guid GUID => typeImpl.GUID;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
1158return type.GUID;
System.Private.Windows.Core (35)
Windows.Win32.IAdviseSink.g.cs (1)
210 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IBindCtx.g.cs (1)
410 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDataObject.g.cs (1)
465 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDataObjectAsyncCapability.g.cs (1)
263 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDispatch.g.cs (1)
176 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDispatchEx.g.cs (1)
358 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDragSourceHelper.g.cs (1)
157 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDragSourceHelper2.g.cs (1)
163 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDropSource.g.cs (1)
128 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDropSourceNotify.g.cs (1)
120 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDropTarget.g.cs (1)
240 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IDropTargetHelper.g.cs (1)
279 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumFORMATETC.g.cs (1)
198 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumMoniker.g.cs (1)
188 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumSTATDATA.g.cs (1)
198 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumSTATSTG.g.cs (1)
208 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumString.g.cs (1)
195 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumUnknown.g.cs (1)
185 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IGlobalInterfaceTable.g.cs (1)
191 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IMoniker.g.cs (1)
841 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPersist.g.cs (1)
102 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPersistStream.g.cs (1)
240 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPicture.g.cs (1)
652 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPictureDisp.g.cs (1)
119 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRecordInfo.g.cs (1)
705 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRunningObjectTable.g.cs (1)
337 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISequentialStream.g.cs (1)
134 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IServiceProvider.g.cs (1)
105 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IStorage.g.cs (1)
776 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IStream.g.cs (1)
446 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITypeComp.g.cs (1)
151 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITypeInfo.g.cs (1)
896 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITypeLib.g.cs (1)
477 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUnknown.g.cs (1)
84 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.PInvokeCore.OLE32.dll.g.cs (1)
31 global::Windows.Win32.Foundation.HRESULT hr = CoCreateInstance(rclsid, pUnkOuter, dwClsContext, typeof(T).GUID, out void* o);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
74get { return _typeInfo.GUID; }
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
118Guid guid = sourceInterface.GUID;
System\Runtime\InteropServices\Marshalling\ComImportInteropInterfaceDetailsStrategy.cs (1)
117return new ComImportDetails(runtimeType.GUID, implementationType);
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
60if (PropertyType.GUID.Equals(s_dataSource_Guid))
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (1)
48Guid riid = eventInterface.GUID;
System\Windows\Forms\ActiveX\AxHost.cs (1)
192_axState[s_assignUniqueID] = !GetType().GUID.Equals(s_comctlImageCombo_Clsid);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1422if (hr.Failed || container.Value->FindConnectionPoint(eventInterface.GUID, connectionPoint).Failed)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (5)
247*pClsid = GetType().GUID; 361*pClassID = GetType().GUID; 376*pClassID = GetType().GUID; 402*pClassID = GetType().GUID; 448*pClassID = GetType().GUID;
System.Windows.Forms.Primitives (161)
Windows.Win32.IAccessible.g.cs (1)
1138 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IAccessibleEx.g.cs (1)
220 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IAdviseSinkEx.g.cs (1)
213 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IAutoComplete.g.cs (1)
153 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IAutoComplete2.g.cs (1)
200 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IBindHost.g.cs (1)
157 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IBinding.g.cs (1)
235 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IBindStatusCallback.g.cs (1)
318 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IClassFactory.g.cs (1)
141 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IClassFactory2.g.cs (1)
255 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IConnectionPoint.g.cs (1)
249 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IConnectionPointContainer.g.cs (1)
140 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumConnectionPoints.g.cs (1)
195 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumConnections.g.cs (1)
199 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumIDList.g.cs (1)
208 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumOleUndoUnits.g.cs (1)
200 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumOLEVERB.g.cs (1)
198 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumShellItems.g.cs (1)
208 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IEnumVARIANT.g.cs (1)
205 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IErrorInfo.g.cs (1)
225 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IErrorLog.g.cs (1)
100 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IExpandCollapseProvider.g.cs (1)
158 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileDialog.g.cs (1)
1013 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileDialogCustomize.g.cs (1)
1253 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileDialogEvents.g.cs (1)
346 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileOpenDialog.g.cs (1)
830 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileOperationProgressSink.g.cs (1)
826 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFileSaveDialog.g.cs (1)
956 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFont.g.cs (1)
868 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IFontDisp.g.cs (1)
116 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IGetOleObject.g.cs (1)
108 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IGetVBAObject.g.cs (1)
108 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IGridItemProvider.g.cs (1)
244 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IGridProvider.g.cs (1)
184 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLCurrentStyle.g.cs (1)
2932 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDataTransfer.g.cs (1)
318 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDocument.g.cs (1)
140 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDocument2.g.cs (1)
3158 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDocument3.g.cs (1)
1258 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDocument4.g.cs (1)
534 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLDOMNode.g.cs (1)
679 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLElement.g.cs (1)
2532 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLElement2.g.cs (1)
2905 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLElement3.g.cs (1)
1350 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLElementCollection.g.cs (1)
289 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLEventObj.g.cs (1)
872 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLFiltersCollection.g.cs (1)
214 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLFormElement.g.cs (1)
785 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLFrameBase.g.cs (1)
619 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLFramesCollection2.g.cs (1)
188 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLImageElementFactory.g.cs (1)
142 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLImgElement.g.cs (1)
1489 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLLocation.g.cs (1)
663 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLMimeTypesCollection.g.cs (1)
146 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLOpsProfile.g.cs (1)
352 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLOptionElement.g.cs (1)
426 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLOptionElementFactory.g.cs (1)
142 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLPluginsCollection.g.cs (1)
171 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLRect.g.cs (1)
339 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLRectCollection.g.cs (1)
214 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLRenderStyle.g.cs (1)
619 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLRuleStyle.g.cs (1)
4649 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLScreen.g.cs (1)
413 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLSelectionObject.g.cs (1)
223 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLStyle.g.cs (1)
5118 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLStyleSheet.g.cs (1)
716 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLStyleSheetRule.g.cs (1)
233 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (1)
173 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLStyleSheetsCollection.g.cs (1)
214 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLWindow2.g.cs (1)
2106 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLWindow3.g.cs (1)
533 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IHTMLWindow4.g.cs (1)
177 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IInvokeProvider.g.cs (1)
96 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ILegacyIAccessibleProvider.g.cs (1)
531 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ILockBytes.g.cs (1)
328 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IMessageFilter.g.cs (1)
174 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IModalWindow.g.cs (1)
96 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IMultipleViewProvider.g.cs (1)
212 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleAdviseHolder.g.cs (1)
263 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleClientSite.g.cs (1)
259 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleCommandTarget.g.cs (1)
162 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleContainer.g.cs (1)
158 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleControl.g.cs (1)
213 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleControlSite.g.cs (1)
307 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceActiveObject.g.cs (1)
302 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceFrame.g.cs (1)
501 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceObject.g.cs (1)
268 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceObjectWindowless.g.cs (1)
314 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceSite.g.cs (1)
494 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleInPlaceUIWindow.g.cs (1)
303 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleObject.g.cs (1)
884 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleParentUndoUnit.g.cs (1)
338 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleUndoManager.g.cs (1)
476 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleUndoUnit.g.cs (1)
199 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOleWindow.g.cs (1)
141 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOmHistory.g.cs (1)
249 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IOmNavigator.g.cs (1)
723 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IParseDisplayName.g.cs (1)
106 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPerPropertyBrowsing.g.cs (1)
236 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPersistPropertyBag.g.cs (1)
187 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPersistStorage.g.cs (1)
302 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPersistStreamInit.g.cs (1)
267 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPropertyBag.g.cs (1)
150 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPropertyDescriptionList.g.cs (1)
158 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPropertyNotifySink.g.cs (1)
124 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IPropertyStore.g.cs (1)
264 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IProvideClassInfo.g.cs (1)
94 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IProvideClassInfo2.g.cs (1)
125 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
215 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IQuickActivate.g.cs (1)
190 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRangeValueProvider.g.cs (1)
329 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRawElementProviderFragment.g.cs (1)
293 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRawElementProviderFragmentRoot.g.cs (1)
140 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRawElementProviderHwndOverride.g.cs (1)
100 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRawElementProviderSimple.g.cs (1)
222 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRichEditOle.g.cs (1)
731 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IRichEditOleCallback.g.cs (1)
543 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IScrollItemProvider.g.cs (1)
92 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IScrollProvider.g.cs (1)
340 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISelectionItemProvider.g.cs (1)
223 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISelectionProvider.g.cs (1)
173 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IShellFolder.g.cs (1)
676 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IShellItem.g.cs (1)
307 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IShellItemArray.g.cs (1)
409 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IShellItemFilter.g.cs (1)
142 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISimpleFrameSite.g.cs (1)
156 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISpecifyPropertyPages.g.cs (1)
104 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ISupportErrorInfo.g.cs (1)
106 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITableItemProvider.g.cs (1)
127 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITableProvider.g.cs (1)
166 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextDocument.g.cs (1)
919 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextFont.g.cs (1)
2363 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextPara.g.cs (1)
2094 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextProvider.g.cs (1)
276 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextProvider2.g.cs (1)
316 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextRange.g.cs (1)
2506 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextRangeProvider.g.cs (1)
719 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextSelection.g.cs (1)
2216 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.ITextStoryRanges.g.cs (1)
242 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IToggleProvider.g.cs (1)
132 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomation.g.cs (1)
2251 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationCacheRequest.g.cs (1)
342 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationCondition.g.cs (1)
59 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationElement.g.cs (1)
2980 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationElementArray.g.cs (1)
132 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationEventHandler.g.cs (1)
101 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationFocusChangedEventHandler.g.cs (1)
97 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationPropertyChangedEventHandler.g.cs (1)
105 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationProxyFactory.g.cs (1)
138 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (1)
490 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationProxyFactoryMapping.g.cs (1)
382 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationStructureChangedEventHandler.g.cs (1)
101 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IUIAutomationTreeWalker.g.cs (1)
581 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IValueProvider.g.cs (1)
178 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IVBFormat.g.cs (1)
119 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IVBGetControl.g.cs (1)
98 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IViewObject.g.cs (1)
319 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IViewObject2.g.cs (1)
283 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IWebBrowser.g.cs (1)
821 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IWebBrowser2.g.cs (1)
1998 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
Windows.Win32.IWebBrowserApp.g.cs (1)
1402 var hr = this.QueryInterface(typeof(T).GUID, out void* pv);
System.Windows.Forms.Primitives.Tests (3)
Interop\Oleaut32\ITypeInfoTests.cs (1)
251Assert.Equal(typeof(IPictureDisp).GUID, pTypeAttr->guid);
Interop\Oleaut32\VARIANTTests.cs (2)
5496GetGuidAction = () => (typeof(int).GUID, HRESULT.S_OK) 5613GetGuidAction = () => (typeof(int).GUID, HRESULT.S_OK)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
95Guid guid = typeof(WindowsMediaPlayerClass).GUID; 112Guid guid = typeof(WindowsMediaPlayerClass).GUID;