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