Hello everybody.
I have a WPF application , and i want to disable all controls like textbox, radiobuttons, checkboxes, and buttons. When i click a button i want to disable all other controls and buttons in aplication. how can i do this. As a reminding, The number of these controls are not known. So i cant use textbox1.IsReadonly = true; :) thanks everybody... :D