Gaocheng

Results 3 issues of Gaocheng

### Describe the bug I wrote a `RootDockControl` subclass of `ItemsControl`. But when I pass `DocumentDock` (its `VisibleDockables`) to it through binding, what it gets is `Document` (DocumentDock's `VisibleDockables`). ###...

bug
area-Lists
needs-author-feedback
team-Controls

### Describe the bug When I use nested models to bind and generate new ItemsControl subclass objects, it is like this: ``` ``` --> CustomItemsControl1(itemsControl) --ModelControl1(Control) --ModelControl1(Control) --CustomItemsControl1(itemsControl) ----ModelControl1(Control) --ModelControl1(Control)...

bug
area-Lists
area-Binding
team-Controls

### Describe the bug I want to call `RegisterHotKey` to register global hotkeys for different windows, but when the hotkey IDs are the same, the registration fails. ### Steps to...

bug
needs-triage