2 writes to _compensateForBoundaryFeedback
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
151_compensateForBoundaryFeedback = null; 496_compensateForBoundaryFeedback = boundaryEventArgs.CompensateForBoundaryFeedback;
2 references to _compensateForBoundaryFeedback
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
279if (_compensateForBoundaryFeedback != null) 281return _compensateForBoundaryFeedback(point);