4 using System.Windows.Controls;
6 namespace SiliconStudio.Presentation.Behaviors
18 AssociatedObject.MouseDoubleClick += ControlDoubleClicked;
24 AssociatedObject.MouseDoubleClick -= ControlDoubleClicked;
override void OnAttached()
A behavior that can be attached to a Control and will close the window it is contained in when double...
override void OnDetaching()