2 references to ListViewCompareCallback
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
5179NativeMethods.ListViewCompareCallback callback = new NativeMethods.ListViewCompareCallback(this.CompareFunc);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1068public extern static IntPtr SendMessage(HandleRef hWnd, int Msg, IntPtr wParam, NativeMethods.ListViewCompareCallback pfnCompare);