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