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