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