Answer the question
In order to leave comments, you need to log in
How to bypass all the same type of controls in WPF?
Good afternoon!
Tell me how to bypass all the controls in the window?
on WinForms did the following:
public static class Access
{
public static void FindAll(Control control)
{
foreach (Control c in control.Controls)
{
foreach (svc.Level2 lev in listLevel2)
{
...
}
}
}
}
Access.FindAll(this);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question