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