1 write to _hwndSource
PresentationCore (1)
System\Windows\InterOp\HwndPanningFeedback.cs (1)
27_hwndSource = hwndSource;
7 references to _hwndSource
PresentationCore (7)
System\Windows\InterOp\HwndPanningFeedback.cs (7)
45if (_hwndSource != null) 47IntPtr handle = _hwndSource.Handle; 50return new HandleRef(_hwndSource, handle); 66if ((_hwndSource != null) && IsSupported) 75var deviceOffset = _hwndSource.TransformToDevice((Point)totalOverpanOffset); 82_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.Background, 110if (_hwndSource != null && _isProvidingPanningFeedback)