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