11 references to NULL
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.cs (1)
141
HRESULT result = GetIDsOfNames(IID.
NULL
(), (PWSTR*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\Com2AboutBoxPropertyDescriptor.AboutBoxUITypeEditor.cs (1)
27
IID.
NULL
(),
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (2)
515
hr = scriptDispatch.Value->GetIDsOfNames(IID.
NULL
(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
543
IID.
NULL
(),
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
585
hr = scriptDispatch.Value->GetIDsOfNames(IID.
NULL
(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
613
IID.
NULL
(),
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
92
if (riid != IID.
NULL
())
System.Windows.Forms.Tests (4)
System\Windows\Forms\HtmlToClrEventProxyTest.cs (4)
79
HRESULT hr = dispatch.Value->Invoke(0, IID.
NULL
(), locale, DISPATCH_FLAGS.DISPATCH_METHOD, &dispParams, &result, default, default);
83
hr = dispatch.Value->Invoke(65536, IID.
NULL
(), locale, DISPATCH_FLAGS.DISPATCH_PROPERTYGET, &dispParams, &result, default, default);
87
hr = dispatch.Value->Invoke(65536, IID.
NULL
(), locale, DISPATCH_FLAGS.DISPATCH_PROPERTYPUT, &dispParams, &result, default, default);
90
hr = dispatch.Value->Invoke(65537, IID.
NULL
(), locale, DISPATCH_FLAGS.DISPATCH_METHOD, &dispParams, &result, default, default);