1 override of OnManipulationBoundaryFeedback
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7374protected override void OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs e)
2 references to OnManipulationBoundaryFeedback
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
4539((UIElement)sender).OnManipulationBoundaryFeedback(e);
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7376base.OnManipulationBoundaryFeedback(e);