13 references to MouseLeftButtonUpEvent
PresentationCore (10)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
1013public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.AddOwner(_typeofThis); 1020add { AddHandler(UIElement.MouseLeftButtonUpEvent, value, false); } 1021remove { RemoveHandler(UIElement.MouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (3)
812EventManager.RegisterClassHandler(type, UIElement.MouseLeftButtonUpEvent, new MouseButtonEventHandler(UIElement.OnMouseLeftButtonUpThunk), false); 3298add { AddHandler(UIElement.MouseLeftButtonUpEvent, value, false); } 3299remove { RemoveHandler(UIElement.MouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
719public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.AddOwner(_typeofThis); 726add { AddHandler(UIElement.MouseLeftButtonUpEvent, value, false); } 727remove { RemoveHandler(UIElement.MouseLeftButtonUpEvent, value); }
Core\CSharp\System\Windows\UIElement.cs (1)
2231newEvent = UIElement.MouseLeftButtonUpEvent;
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
979dayCell.AddHandler(CalendarDayButton.MouseLeftButtonUpEvent, new MouseButtonEventHandler(Cell_MouseLeftButtonUp), true); 1005monthCell.AddHandler(CalendarButton.MouseLeftButtonUpEvent, new MouseButtonEventHandler(Month_MouseLeftButtonUp), true);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
998SetUpEventHandler(element, UIElement.MouseLeftButtonUpEvent, new MouseButtonEventHandler(OnMouseLeftButtonUp)); //can initiate navigation