10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
919public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 926add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 927remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
731EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 2879add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 2880remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
647public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 654add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 655remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2188newEvent = UIElement.PreviewMouseLeftButtonUpEvent;