1 write to _hwndSource
PresentationCore (1)
System\Windows\InterOp\HwndPanningFeedback.cs (1)
26
_hwndSource
= hwndSource;
7 references to _hwndSource
PresentationCore (7)
System\Windows\InterOp\HwndPanningFeedback.cs (7)
44
if (
_hwndSource
!= null)
46
IntPtr handle =
_hwndSource
.Handle;
49
return new HandleRef(
_hwndSource
, handle);
65
if ((
_hwndSource
!= null) && IsSupported)
74
var deviceOffset =
_hwndSource
.TransformToDevice((Point)totalOverpanOffset);
81
_updatePanningOperation =
_hwndSource
.Dispatcher.BeginInvoke(DispatcherPriority.Background,
109
if (
_hwndSource
!= null && _isProvidingPanningFeedback)