XamRight gives you code navigation support for many kinds of relationships between Xaml and the rest of your code.
C# Code Behind and View Model
Instantly get to the C# code behind or view model. The “in-scope” view model (BindingContext/DataContext) can be different at different places in the Xaml file due to ListView and other controls. XamRight keeps track, so it can bring you to the correct view model for wherever you right-clicked.
Binding Converter
Right click on a Binding Converter in a Binding expression to navigate directly to the C# class implementing the converter.
Custom Control
When you reference custom controls/views in one Xaml file, XamRight can take you right to the implementation, whether it’s defined in C# or Xaml.
Method
Get to the method implementing a event.
Xaml Node Reference
Go to the Xaml node referenced with x:Reference or RelativeSource.
You must be logged in to post a comment.