1 write to s_bitDepth
PresentationFramework (1)
System\Windows\Standard\Utilities.cs (1)
190s_bitDepth = NativeMethods.GetDeviceCaps(dc, DeviceCap.BITSPIXEL) * NativeMethods.GetDeviceCaps(dc, DeviceCap.PLANES);
2 references to s_bitDepth
PresentationFramework (2)
System\Windows\Standard\Utilities.cs (2)
186if (s_bitDepth == 0) 193return s_bitDepth;