10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
934public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 941add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 942remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
746EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 2894add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 2895remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
655public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 662add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 663remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2201newEvent = UIElement.PreviewMouseLeftButtonUpEvent;