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)
62if (_hwndSource != null) 64IntPtr handle = _hwndSource.CriticalHandle; 67return new HandleRef(_hwndSource, handle); 88if ((_hwndSource != null) && IsSupported) 97var deviceOffset = _hwndSource.TransformToDevice((Point)totalOverpanOffset); 104_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.Background, 143if (_hwndSource != null && _isProvidingPanningFeedback)