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