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)
152
Assert.IsNotNull(
_hwndSource
);
171
Assert.IsNotNull(
_hwndSource
);
233
if (_hwnd == IntPtr.Zero ||
_hwndSource
.IsDisposed)
247
_hwndSource
.AddHook(_WndProc);
714
if (IntPtr.Zero == _hwnd ||
_hwndSource
.IsDisposed)
953
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
963
_hwndSource
.CompositionTarget.BackgroundColor = Colors.Transparent;
1107
if (!isClosing && !
_hwndSource
.IsDisposed)
1124
_hwndSource
.RemoveHook(_WndProc);
1149
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;