Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个Freezable包含 Dictionary 作为 one 的DependencyProperty。所以我想我需要一个freezable Dictionary,因为当它被冻结时不能改变它Freezable......还是我错了?如果是这样,我真的需要做什么?
Freezable
DependencyProperty
freezable Dictionary
尽管可以使用 Lookup,但我最终还是编写了 FreezableDictionary,这样我就不会像使用 Lookup 那样得到 IEnumerables。它使用一个简单的字典作为支持。