5 references to NativeMethods
PresentationFramework (5)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
1445
return
NativeMethods
.DeleteDC(handle);
1453
return
NativeMethods
.ReleaseDC(_hwnd.Value, handle) == 1;
1467
dc =
NativeMethods
.CreateDC(deviceName, null, IntPtr.Zero, IntPtr.Zero);
1501
dc =
NativeMethods
.CreateCompatibleDC(hPtr);
1533
dc =
NativeMethods
.GetDC(hwnd);