10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1014
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
1021
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
1022
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (3)
736
EventManager.RegisterClassHandler(type, UIElement.
MouseRightButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false);
2974
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
2975
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
742
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
749
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
750
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\UIElement.cs (1)
2200
newEvent = UIElement.
MouseRightButtonUpEvent
;