src/FingersDance.Views/TimelineView.xaml.cs
changeset 146 dd8ed4d3beb6
parent 140 fc7c12f9da30
parent 143 9f157d9c725b
child 150 569925b65604
equal deleted inserted replaced
145:42cf4dbc473b 146:dd8ed4d3beb6
    21     /// Interaction logic for TimelineView.xaml
    21     /// Interaction logic for TimelineView.xaml
    22     /// </summary>
    22     /// </summary>
    23     public partial class TimelineView : UserControl
    23     public partial class TimelineView : UserControl
    24     {
    24     {
    25 
    25 
       
    26         private Boolean hasDragCanceledHandler = false;
       
    27 
       
    28 
    26         public TimelineView()
    29         public TimelineView()
    27         {
    30         {
    28             InitializeComponent();
    31             InitializeComponent();
    29         }
    32         }
    30 
    33