We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e81e4 commit 2fe3801Copy full SHA for 2fe3801
components/MarkdownTextBlock/src/TextElements/MyTableUIElement.cs
@@ -4,7 +4,7 @@
4
5
namespace CommunityToolkit.Labs.WinUI.MarkdownTextBlock.TextElements;
6
7
-internal class MyTableUIElement : Panel
+internal partial class MyTableUIElement : Panel
8
{
9
private readonly int _columnCount;
10
private readonly int _rowCount;
0 commit comments