2 writes to cbSize
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (1)
182wndClass.cbSize = Marshal.SizeOf(typeof(MS.Win32.NativeMethods.WNDCLASSEX_D));
Shared\MS\Win32\HwndWrapper.cs (1)
129wc_d.cbSize = Marshal.SizeOf(typeof(NativeMethods.WNDCLASSEX_D));