10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
930public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 937add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 938remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
742EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 2890add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 2891remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
649public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 656add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 657remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2196newEvent = UIElement.PreviewMouseLeftButtonUpEvent;