5 references to NativeMethods
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1407return NativeMethods.DeleteDC(handle); 1415return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1; 1425dc = NativeMethods.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero); 1452dc = NativeMethods.CreateCompatibleDC(hPtr); 1477dc = NativeMethods.GetDC(hwnd);