How to detect unused xamls from a project

I am trying to delete the unused xamls from QA env… Is there any quick method which can let me know the name of unused xamls or used xamls?

Hi @Ayush_Purohit_IN,
You can list all your xaml files by pressing CTRL+F and then CTRL+4 (then type “.xaml”:
image
Then switch to All Files using CTRL+2. Now you can see all related invokes from opened project xaml’s:
image

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.