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