2 writes to _hwndSource
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
143
_hwndSource
= HwndSource.FromHwnd(_hwnd);
162
_hwndSource
= HwndSource.FromHwnd(_hwnd);
10 references to _hwndSource
PresentationFramework (10)
System\Windows\Shell\WindowChromeWorker.cs (10)
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;
1096
if (!isClosing && !
_hwndSource
.IsDisposed)
1113
_hwndSource
.RemoveHook(_WndProc);
1138
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;