5 references to NativeMethods
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1411return NativeMethods.DeleteDC(handle); 1419return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1; 1429dc = NativeMethods.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero); 1459dc = NativeMethods.CreateCompatibleDC(hPtr); 1487dc = NativeMethods.GetDC(hwnd);