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