wpf - is it possible to list all xaml image tags in c#? -


is there way list of xaml tags (or other tag) in c# in windows phone without giving them names?

something :

var list = this.getelementsbytagname("image"); 

you this.

foreach(uielement item in yourcontainer.children){     messagebox.show(item.gettype().tostring()); } 

it return system.window.control.image


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -