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)
44if (_hwndSource != null) 46IntPtr handle = _hwndSource.Handle; 49return new HandleRef(_hwndSource, handle); 65if ((_hwndSource != null) && IsSupported) 74var deviceOffset = _hwndSource.TransformToDevice((Point)totalOverpanOffset); 81_updatePanningOperation = _hwndSource.Dispatcher.BeginInvoke(DispatcherPriority.Background, 109if (_hwndSource != null && _isProvidingPanningFeedback)