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)
144
Assert.IsNotNull(
_hwndSource
);
163
Assert.IsNotNull(
_hwndSource
);
222
if (_hwnd == IntPtr.Zero ||
_hwndSource
.IsDisposed)
236
_hwndSource
.AddHook(_WndProc);
703
if (IntPtr.Zero == _hwnd ||
_hwndSource
.IsDisposed)
942
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
952
_hwndSource
.CompositionTarget.BackgroundColor = Colors.Transparent;
998
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
1100
if (!isClosing && !
_hwndSource
.IsDisposed)
1117
_hwndSource
.RemoveHook(_WndProc);
1142
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;