1 write to _hwndSource
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndPanningFeedback.cs (1)
39
_hwndSource
= hwndSource;
7 references to _hwndSource
PresentationCore (7)
Core\CSharp\System\Windows\Interop\HwndPanningFeedback.cs (7)
62
if (
_hwndSource
!= null)
64
IntPtr handle =
_hwndSource
.CriticalHandle;
67
return new HandleRef(
_hwndSource
, handle);
88
if ((
_hwndSource
!= null) && IsSupported)
97
var deviceOffset =
_hwndSource
.TransformToDevice((Point)totalOverpanOffset);
104
_updatePanningOperation =
_hwndSource
.Dispatcher.BeginInvoke(DispatcherPriority.Background,
143
if (
_hwndSource
!= null && _isProvidingPanningFeedback)