2 writes to _hwndSource
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
150_hwndSource = HwndSource.FromHwnd(_hwnd); 169_hwndSource = HwndSource.FromHwnd(_hwnd);
10 references to _hwndSource
PresentationFramework (10)
System\Windows\Shell\WindowChromeWorker.cs (10)
151Assert.IsNotNull(_hwndSource); 170Assert.IsNotNull(_hwndSource); 232if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 246_hwndSource.AddHook(_WndProc); 713if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 952_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 962_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 1106if (!isClosing && !_hwndSource.IsDisposed) 1123_hwndSource.RemoveHook(_WndProc); 1148_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;