10 references to NativeMethods
mscorlib (9)
system\reflection\assembly.cs (1)
1204
if (iid == typeof(
NativeMethods
.IDispatch).GUID)
system\Runtime\InteropServices\ComEventsSink.cs (7)
24
internal class ComEventsSink :
NativeMethods
.IDispatch, ICustomQueryInterface
122
void
NativeMethods
.IDispatch.GetTypeInfoCount(out uint pctinfo) {
127
void
NativeMethods
.IDispatch.GetTypeInfo(uint iTInfo, int lcid, out IntPtr info) {
132
void
NativeMethods
.IDispatch.GetIDsOfNames(ref Guid iid, string[] names, uint cNames, int lcid, int[] rgDispId) {
157
unsafe void
NativeMethods
.IDispatch.Invoke(
243
if (iid == this._iidSourceItf || iid == typeof(
NativeMethods
.IDispatch).GUID) {
244
ppv = Marshal.GetComInterfaceForObject(this, typeof(
NativeMethods
.IDispatch), CustomQueryInterfaceMode.Ignore);
system\Runtime\InteropServices\Variant.cs (1)
331
NativeMethods
.VariantClear((IntPtr)pThis);
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8398
/// happens in <see cref="MonitorEnumProc(IntPtr, IntPtr, ref Runtime.InteropServices.
NativeMethods
.RECT, IntPtr)"/>)