difficulty/starter 🚀good first issuekind/enhancementlow-hanging-🍒no-repro
倉庫指標
- Star
- (9,789 star)
- PR 合併指標
- (平均合併 14天 8小時) (30 天內合併 130 個 PR)
描述
What would you like to be added:
Throwing an exception if anyone attempts to manipulate UIElement children on non-UI thread
Why is this needed:
Thread safety. Currently these attempts are normally executed, which may lead to race conditions (e.g. changing the visual tree while rendering is currently in progress)
For which Platform:
All