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