10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
936public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 943add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 944remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
748EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 2896add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 2897remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
657public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 664add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 665remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2203newEvent = UIElement.PreviewMouseLeftButtonUpEvent;