Visual Studio 2012 adds _1 to any click event handler that I create in XAML
that is: I create a new WPF solution, drop the button, in XAML give the button a name, type 'click', and intellisense displays a βnew events handlerβ, I click on it, it creates an event, but its name is btn_test_click_1
In VS2010, we are not getting _1, how can I stop this by driving it crazy?
UPDATE I can confirm that this has been fixed using VS2012 Update 2
Tino mclaren
source share