4 references to PLANES
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
435
s_bitDepth *= PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PLANES
);
System.Windows.Forms (3)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
42
int planes = PInvokeCore.GetDeviceCaps(HDC, GET_DEVICE_CAPS_INDEX.
PLANES
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1704
int planes = PInvokeCore.GetDeviceCaps(compatibleDC, GET_DEVICE_CAPS_INDEX.
PLANES
);
System\Windows\Forms\Screen.cs (1)
89
_bitDepth *= PInvokeCore.GetDeviceCaps(screenDC, GET_DEVICE_CAPS_INDEX.
PLANES
);