2 references to MouseDownEvent
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (2)
279
target.AddHandler(UIElement.
MouseDownEvent
, new MouseButtonEventHandler(OnSelectionStopDoubleClickTargetMouseDown), false);
286
target.RemoveHandler(UIElement.
MouseDownEvent
, new MouseButtonEventHandler(OnSelectionStopDoubleClickTargetMouseDown));