Ok, So lets say i have a rectangle named rectangle1 and 2 labels named label1 and label2
Is there any way for me to get a list of the items selected from the designer ?
For example when i have all 3 items selected, is there like some hidden button that will give me a list like
rectangle1,
label1,
label2
?
you can see the selected controls in wpf designer down the xaml code:
but if you still want text list i think you will need to create your owen plug-in
Edit: this article may give you an idea on what you want
A-Document-Outline-Window-for-C-Files-in-WPF