1 write to _hwndSource
PresentationCore (1)
System\Windows\InterOp\HwndPanningFeedback.cs (1)
32
_hwndSource
= hwndSource;
7 references to _hwndSource
PresentationCore (7)
System\Windows\InterOp\HwndPanningFeedback.cs (7)
50
if (
_hwndSource
!= null)
52
IntPtr handle =
_hwndSource
.CriticalHandle;
55
return new HandleRef(
_hwndSource
, handle);
71
if ((
_hwndSource
!= null) && IsSupported)
80
var deviceOffset =
_hwndSource
.TransformToDevice((Point)totalOverpanOffset);
87
_updatePanningOperation =
_hwndSource
.Dispatcher.BeginInvoke(DispatcherPriority.Background,
115
if (
_hwndSource
!= null && _isProvidingPanningFeedback)