better names and API docs

This commit is contained in:
Tig
2024-10-24 16:40:47 -06:00
parent 5a11a390ba
commit a93d1ceeb7
64 changed files with 742 additions and 710 deletions

View File

@@ -187,8 +187,8 @@ public class ResponderTests
Assert.True (
Responder.IsOverridden (
new ScrollBarView { Text = "ScrollBarView overrides OnDrawContent" },
"OnDrawContent"
new ScrollBarView { Text = "ScrollBarView overrides OnDrawingContent" },
"OnDrawingContent"
)
);
#if DEBUG_IDISPOSABLE