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