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