2 writes to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
134_compensateForBoundaryFeedback = null; 445_compensateForBoundaryFeedback = boundaryEventArgs.CompensateForBoundaryFeedback;
2 references to _compensateForBoundaryFeedback
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
244if (_compensateForBoundaryFeedback != null) 246return _compensateForBoundaryFeedback(point);