1 write to s_updateWindowSettings
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
250s_updateWindowSettings = UnsafeNativeMethods.RegisterWindowMessage("UpdateWindowSettings");
2 references to s_updateWindowSettings
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
1060else if (msg == s_updateWindowSettings) 2473UnsafeNativeMethods.PostMessage(new HandleRef(this, _hWnd), s_updateWindowSettings, IntPtr.Zero, IntPtr.Zero);