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