5 references to NativeMethods
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1416return NativeMethods.DeleteDC(handle); 1424return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1; 1434dc = NativeMethods.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero); 1464dc = NativeMethods.CreateCompatibleDC(hPtr); 1492dc = NativeMethods.GetDC(hwnd);