1 write to s_bitDepth
PresentationFramework (1)
src\Framework\System\Windows\Standard\Utilities.cs (1)
198s_bitDepth = NativeMethods.GetDeviceCaps(dc, DeviceCap.BITSPIXEL) * NativeMethods.GetDeviceCaps(dc, DeviceCap.PLANES);
2 references to s_bitDepth
PresentationFramework (2)
src\Framework\System\Windows\Standard\Utilities.cs (2)
194if (s_bitDepth == 0) 201return s_bitDepth;