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