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