VincentH-Net / CSharpForMarkup

Concise, declarative C# UI markup for .NET browser / native UI frameworks
MIT License
748 stars 43 forks source link

Inline doc identifying the default bind property is missing on factory methods for derived classes #37

Open VincentH-Net opened 2 years ago

VincentH-Net commented 2 years ago

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.