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.
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 (hereCommandProperty) is defined on a base class (hereButtonBase) instead of on the class itself.