I\'ve small trouble. I don\'t know why my controls firing events twice. I know it was discussed few times on stackOverflow, but still i cannot find out cause.
I need some help to implement a common behavior in some controls. In my WPF application, I have a main form that contains a panel and a button:
Application.Current.RootVisual.KeyDown += Application_KeyDown The above does not work if I\'m on a ChildWindow - that was instantiated in runtime. My question is, how do I get the mousemove or keydo
I use the MVVM pattern and I have the following code: <DataTemplate x:Key=\"ActivityEditTemplate\">