Vladimir Krestov
Vladimir Krestov
Fixes #7587 ## Proposed changes - Remove `DomainUpDownAccessibleObject` usage as an accessible object for `DomainUpDown` because this class is obsolete now ## Customer Impact - No ## Regression? - No...
### Is your feature request related to a problem? Please describe Not all objects are cleaned after disposing of Control accessible objects because of keeping some value in `Owner`. Needs...
### .NET version .NET 7.0 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No...
### .NET version .NET 7.0 Preview 4 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET...
Fixes #7248 ## Proposed changes - Use HandleDestroyed events to release related objects of UiaTextRange objects. We create new instances of the ranges and send them to UIA (eg. Inspect)....
Fixes #7347 ⚠️Should be merged after #7319 because uses the ComboBox leaks fix. ⚠️Doesn't fix memory leaks of TextPattern. It will be fixed as another fix for TextBox as well....