Feedback
Same-named properties no longer hijack method calls
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/854-set-a-cc-into-window-crash-app
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Method calls now consistently select applicable user-defined, built-in, or extension methods before callable property values. This prevents designer controls named Add or other inherited member names from hijacking calls, while preserving property access without parentheses and dynamic callable-property fallback when no method matches.