How to deal with calculated values with Dependency Properties on a custom WPF control
- by jpierson
To summarize what I'm doing, I have a custom control that looks like a checked listbox and that has two dependency properties one that provides a list of available options and the other that represents a enum flag value that combines the selection options.
So as I mentioned my custom control exposes two different DependencyProperties, one of…