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