I try to get all WPF window controls collections. In other words i try to get the same result, as it was in win forms app's:
form.Controls
I want to use values of these controlls when i format an SQL query. It's possible to get such control collection of WPF window? Thanks