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