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)
279
if (
_compensateForBoundaryFeedback
!= null)
281
return
_compensateForBoundaryFeedback
(point);