10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1013public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 1020add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 1021remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
735EventManager.RegisterClassHandler(type, UIElement.MouseRightButtonUpEvent, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false); 2973add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 2974remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
743public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 750add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 751remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2199newEvent = UIElement.MouseRightButtonUpEvent;