client/src/Iri.Modernisation.Controls/View/HeaderControl/ButtonHeaderControl.xaml.cs
changeset 27 f292db96b050
parent 4 cf756528609e
child 30 644e3cd48034
equal deleted inserted replaced
26:44a2dc869e28 27:f292db96b050
    15    
    15    
    16     public partial class ButtonHeaderControl : UserControl
    16     public partial class ButtonHeaderControl : UserControl
    17     {
    17     {
    18         public ButtonHeaderControl()
    18         public ButtonHeaderControl()
    19         {
    19         {
       
    20             _isMouseInside = false;
    20             InitializeComponent();
    21             InitializeComponent();
    21         }
    22         }
    22         private bool _isMouseInside = false;
    23         private bool _isMouseInside;
    23         Point tempPoint = new Point();
    24         Point tempPoint = new Point();
    24 
    25 
    25         private void LayoutRoot_MouseMove(object sender, MouseEventArgs e)
    26         private void LayoutRoot_MouseMove(object sender, MouseEventArgs e)
    26         {
    27         {
    27             _isMouseInside = true;
    28             _isMouseInside = true;