Visual Studio can, for example, create event handlers automatically. I can create a handler directly from the XAML markup, while creating something like this in the code
private void Button_Click(object sender, EventArgs e) { } But we have the style of the code implies the absence of the private access modifier, as it is used by default. So, the question is: how to teach the studio to automatically create handlers not to add the word private ?