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)
151
Assert.IsNotNull(
_hwndSource
);
170
Assert.IsNotNull(
_hwndSource
);
232
if (_hwnd == IntPtr.Zero ||
_hwndSource
.IsDisposed)
246
_hwndSource
.AddHook(_WndProc);
713
if (IntPtr.Zero == _hwnd ||
_hwndSource
.IsDisposed)
952
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
962
_hwndSource
.CompositionTarget.BackgroundColor = Colors.Transparent;
1106
if (!isClosing && !
_hwndSource
.IsDisposed)
1123
_hwndSource
.RemoveHook(_WndProc);
1148
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;