5 references to NativeMethods
PresentationFramework (5)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
1445return NativeMethods.DeleteDC(handle); 1453return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1; 1467dc = NativeMethods.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero); 1501dc = NativeMethods.CreateCompatibleDC(hPtr); 1533dc = NativeMethods.GetDC(hwnd);