2 writes to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
125
_compensateForBoundaryFeedback
= null;
430
_compensateForBoundaryFeedback
= boundaryEventArgs.CompensateForBoundaryFeedback;
2 references to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
229
if (
_compensateForBoundaryFeedback
!= null)
231
return
_compensateForBoundaryFeedback
(point);