Is there a way to find all web pages that implement a specific master page in Visual Studio?
I’m looking for a shortcut like shift F12 that will find all usages of a master page. When I do it on the master page class name it only takes me to the design view instead of showing all pages that use it.
I do have Resharper if there is something in there that will help.
I know that I can use the Find dialog but that is not as nice.
That would be very hard to do. You can set master pages in the aspx-files, web.config or in the Page_PreInit event, which make it impossible to know exactly which master page is going to be used.
What MasterPage to you think is used here?
As you can see, there is no way to be sure which master page is really used.