2 writes to _hwndSource
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
151_hwndSource = HwndSource.FromHwnd(_hwnd); 170_hwndSource = HwndSource.FromHwnd(_hwnd);
10 references to _hwndSource
PresentationFramework (10)
System\Windows\Shell\WindowChromeWorker.cs (10)
152Assert.IsNotNull(_hwndSource); 171Assert.IsNotNull(_hwndSource); 233if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 247_hwndSource.AddHook(_WndProc); 714if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 953_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 963_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 1107if (!isClosing && !_hwndSource.IsDisposed) 1124_hwndSource.RemoveHook(_WndProc); 1149_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;