2 writes to _hwndSource
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
156
_hwndSource
= HwndSource.FromHwnd(_hwnd);
175
_hwndSource
= HwndSource.FromHwnd(_hwnd);
10 references to _hwndSource
PresentationFramework (10)
System\Windows\Shell\WindowChromeWorker.cs (10)
157
Assert.IsNotNull(
_hwndSource
);
176
Assert.IsNotNull(
_hwndSource
);
238
if (_hwnd == IntPtr.Zero ||
_hwndSource
.IsDisposed)
252
_hwndSource
.AddHook(_WndProc);
719
if (IntPtr.Zero == _hwnd ||
_hwndSource
.IsDisposed)
958
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
968
_hwndSource
.CompositionTarget.BackgroundColor = Colors.Transparent;
1112
if (!isClosing && !
_hwndSource
.IsDisposed)
1129
_hwndSource
.RemoveHook(_WndProc);
1154
_hwndSource
.CompositionTarget.BackgroundColor = SystemColors.WindowColor;