In VS, if I create a new event handler in XAML like ItemClick="GridView_ItemClick" , I can right click on this or hit f12 and it will take me to the c# behind.
Is there a way to get from the c# back to the XAML? Like can I right click or hotkey on "private void GridView_ItemClick(object sender, ItemClickEventArgs e)" and return to the exact event handler?