3 references to DeviceCap
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (1)
2764public static extern int GetDeviceCaps(SafeDC hdc, DeviceCap nIndex);
System\Windows\Standard\Utilities.cs (2)
215s_bitDepth = NativeMethods.GetDeviceCaps(dc, DeviceCap.BITSPIXEL) * NativeMethods.GetDeviceCaps(dc, DeviceCap.PLANES);