2 writes to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
124
_compensateForBoundaryFeedback
= null;
429
_compensateForBoundaryFeedback
= boundaryEventArgs.CompensateForBoundaryFeedback;
2 references to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
228
if (
_compensateForBoundaryFeedback
!= null)
230
return
_compensateForBoundaryFeedback
(point);