3 references to ManipulationBoundaryFeedbackEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
110EventManager.RegisterClassHandler(typeof(UIElement), ManipulationBoundaryFeedbackEvent, new EventHandler<ManipulationBoundaryFeedbackEventArgs>(OnManipulationBoundaryFeedbackThunk)); 4533add { AddHandler(ManipulationBoundaryFeedbackEvent, value, false); } 4534remove { RemoveHandler(ManipulationBoundaryFeedbackEvent, value); }