2 writes to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
134
_compensateForBoundaryFeedback
= null;
445
_compensateForBoundaryFeedback
= boundaryEventArgs.CompensateForBoundaryFeedback;
2 references to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
244
if (
_compensateForBoundaryFeedback
!= null)
246
return
_compensateForBoundaryFeedback
(point);