Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When trying to open a CommunityToolkit popup the following exception is thrown.
System.MissingMethodException: 'Method not found: void Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions.PropagatePropertyChanged(string,Microsoft.Maui.Controls.Element,System.Collections.IEnumerable)'
From WinUI:

Expected Behavior
The CommunityToolkit popup should open with no exception thrown.
Steps To Reproduce
- Update MAUI packages to 9.0.50
- Open a CommunityToolkit popup
Link to public reproduction project repository
https://github.com/unrateddi/repro-community-toolkit-popup-maui-9.0.50-crash
Environment
- .NET MAUI CommunityToolkit: 11.1.0
- OS:
- .NET MAUI: 9.0.50
Anything else?
No response