2 references to GetDeviceCaps
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (2)
270
int sysBitDepth = NativeMethods.
GetDeviceCaps
(hdcDesktop, (int)NativeMethods.DeviceCap.BITSPIXEL);
271
sysBitDepth *= NativeMethods.
GetDeviceCaps
(hdcDesktop, (int)NativeMethods.DeviceCap.PLANES);