10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
994public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 1001add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 1002remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (3)
811EventManager.RegisterClassHandler(type, UIElement.PreviewMouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false); 3279add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 3280remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
700public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.AddOwner(_typeofThis); 707add { AddHandler(UIElement.PreviewMouseLeftButtonUpEvent, value, false); } 708remove { RemoveHandler(UIElement.PreviewMouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\UIElement.cs (1)
2229newEvent = UIElement.PreviewMouseLeftButtonUpEvent;