



XAML markup has deep and complex structure that can be difficult to understand. XAML Markup Formatting Format XAML Document The example below shows how to expand the “ben” template to bind a text block to the ComboBox SelectedItem.Content property.įor more information on templates, see Code Templates. The following example shows how to expand the “ g3x2“ template with the Tab key to create a grid with three columns and two rows:ĬodeRush also includes a binding template library. You can use the built-in templates from the template library or write your own to facilitate code creation. Select the element from the “Available locations” list.įor more information on CodeRush navigation features, see Navigation and Search Tools. Invoke the Jump To window with the Ctrl + Alt + N shortcut.Ĭhoose XAML Element in the Jump To window. You can jump to a named element from any place in your XAML code. Place the caret in an identifier and press F12. Place the caret in a resource dictionary source or image source and press F12 to open the dictionary or image in XAML code.ĬodeRush can navigate to an identifier declaration (in markup or code behind) from any reference in a XAML file: tag, markup extension, etc. This topic contains information about the main CodeRush features for XAML.
