E.g. for WinUI, the inline doc for the Button() factory methods does not document which property is the default bind property. This happens when the default (here CommandProperty) is defined on a base class (here ButtonBase) instead of on the class itself.