10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1029
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
1036
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
1037
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (3)
751
EventManager.RegisterClassHandler(type, UIElement.
MouseRightButtonUpEvent
, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false);
2989
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
2990
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
750
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.
MouseRightButtonUpEvent
.AddOwner(_typeofThis);
757
add { AddHandler(UIElement.
MouseRightButtonUpEvent
, value, false); }
758
remove { RemoveHandler(UIElement.
MouseRightButtonUpEvent
, value); }
System\Windows\UIElement.cs (1)
2213
newEvent = UIElement.
MouseRightButtonUpEvent
;