10 references to PreviewMouseLeftButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
934
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.
PreviewMouseLeftButtonUpEvent
.AddOwner(_typeofThis);
941
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
942
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (3)
746
EventManager.RegisterClassHandler(type, UIElement.
PreviewMouseLeftButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnPreviewMouseLeftButtonUpThunk), false);
2894
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
2895
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
655
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.
PreviewMouseLeftButtonUpEvent
.AddOwner(_typeofThis);
662
add { AddHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value, false); }
663
remove { RemoveHandler(UIElement.
PreviewMouseLeftButtonUpEvent
, value); }
System\Windows\UIElement.cs (1)
2201
newEvent = UIElement.
PreviewMouseLeftButtonUpEvent
;