10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
918public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 925add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 926remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
730EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 2878add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 2879remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
648public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 655add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 656remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2187newEvent = UIElement.PreviewMouseLeftButtonUpEvent;