10 references to MouseRightButtonUpEvent
PresentationCore (10)
System\Windows\Generated\ContentElement.cs (3)
1014public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 1021add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 1022remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (3)
736EventManager.RegisterClassHandler(type, UIElement.MouseRightButtonUpEvent, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false); 2974add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 2975remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
742public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 749add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 750remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
System\Windows\UIElement.cs (1)
2200newEvent = UIElement.MouseRightButtonUpEvent;