2 writes to _hwndSource
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
143_hwndSource = HwndSource.FromHwnd(_hwnd); 162_hwndSource = HwndSource.FromHwnd(_hwnd);
11 references to _hwndSource
PresentationFramework (11)
System\Windows\Shell\WindowChromeWorker.cs (11)
144Assert.IsNotNull(_hwndSource); 163Assert.IsNotNull(_hwndSource); 222if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 236_hwndSource.AddHook(_WndProc); 703if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 942_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 952_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 998_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 1100if (!isClosing && !_hwndSource.IsDisposed) 1117_hwndSource.RemoveHook(_WndProc); 1142_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;