10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
930
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.
PreviewMouseLeftButtonUpEvent
.AddOwner(_typeofThis);
937
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
938
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (3)
742
EventManager.RegisterClassHandler(type, UIElement.
PreviewMouseLeftButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false);
2890
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
2891
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
649
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.
PreviewMouseLeftButtonUpEvent
.AddOwner(_typeofThis);
656
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
657
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\UIElement.cs (1)
2196
newEvent = UIElement.
PreviewMouseLeftButtonUpEvent
;