Go to definition in XAML

wpf, xaml

Solution

I don't think you get this feature in VS2012 by default.

But there are a number of plugins that can do this

Resharper is one. It enables you to press F12 in `Binding` or `StaticResource` databound properties.

EDIT Sept 2013:

VS 2013 now comes with this feature as standard

Problem

In VS to find a definition or root of an object we have F12 or Go to Definition option. How about XAML? Thanks.

Original source