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)
50if (_hwndSource != null) 52IntPtr handle = _hwndSource.CriticalHandle; 55return new HandleRef(_hwndSource, handle); 71if ((_hwndSource != null) && IsSupported) 80var deviceOffset = _hwndSource.TransformToDevice((Point)totalOverpanOffset); 87_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.Background, 115if (_hwndSource != null && _isProvidingPanningFeedback)