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