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