10 references to MouseRightButtonUpEvent
PresentationCore (10)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
1089public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 1096add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 1097remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (3)
816EventManager.RegisterClassHandler(type, UIElement.MouseRightButtonUpEvent, new MouseButtonEventHandler(UIElement.OnMouseRightButtonUpThunk), false); 3374add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 3375remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
795public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.AddOwner(_typeofThis); 802add { AddHandler(UIElement.MouseRightButtonUpEvent, value, false); } 803remove { RemoveHandler(UIElement.MouseRightButtonUpEvent, value); }
Core\CSharp\System\Windows\UIElement.cs (1)
2241newEvent = UIElement.MouseRightButtonUpEvent;