10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1025
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
1032
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
1033
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (3)
747
EventManager.RegisterClassHandler(type, UIElement.
MouseRightButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false);
2985
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
2986
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
744
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
751
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
752
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\UIElement.cs (1)
2208
newEvent = UIElement.
MouseRightButtonUpEvent
;