10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1031public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 1038add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 1039remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
753EventManager.RegisterClassHandler(type, UIElement.MouseRightButtonUpEvent, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false); 2991add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 2992remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
752public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 759add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 760remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2215newEvent = UIElement.MouseRightButtonUpEvent;