2 writes to _hwndSource
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
212_hwndSource = HwndSource.FromHwnd(_hwnd); 237_hwndSource = HwndSource.FromHwnd(_hwnd);
10 references to _hwndSource
PresentationFramework (10)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (10)
213Assert.IsNotNull(_hwndSource); 238Assert.IsNotNull(_hwndSource); 321if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 335_hwndSource.AddHook(_WndProc); 1117if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 1376_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 1386_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 1501if (!isClosing && !_hwndSource.IsDisposed) 1522_hwndSource.RemoveHook(_WndProc); 1564_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;