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