2 references to PLANES
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
19250
int planes = UnsafeNativeMethods.GetDeviceCaps(hBitmapDC, NativeMethods.
PLANES
);
winforms\Managed\System\WinForms\Screen.cs (1)
105
this.bitDepth *= UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.
PLANES
);