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