I want to be able to make all controls of a control tree readonly. Ideally I'd like to set an inherited dependency property from the root, but IsReadOnly doesn't exist in Control (only in children like TextBox).
I want to be able to make all controls of a control tree readonly. Ideally I'd like to set an inherited dependency property from the root, but IsReadOnly doesn't exist in Control (only in children like TextBox).