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