1 reference to OnAnyMouseLeftButtonDownThunk
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
38
EventManager.RegisterClassHandler(typeof(DataGridCell), MouseLeftButtonDownEvent, new MouseButtonEventHandler(
OnAnyMouseLeftButtonDownThunk
), true);