5 references to NativeMethods
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1405return NativeMethods.DeleteDC(handle); 1413return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1; 1423dc = NativeMethods.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero); 1453dc = NativeMethods.CreateCompatibleDC(hPtr); 1481dc = NativeMethods.GetDC(hwnd);