10 references to MouseRightButtonUpEvent
PresentationCore (10)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
1089
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
1096
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
1097
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (3)
816
EventManager.RegisterClassHandler(type, UIElement.
MouseRightButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false);
3374
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
3375
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
795
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
802
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
803
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
Core\CSharp\System\Windows\UIElement.cs (1)
2241
newEvent = UIElement.
MouseRightButtonUpEvent
;