Browse Source

Make TextBlock.SimpleTextSource private.

pull/11477/head
Steven Kirk 3 years ago
parent
commit
b0bcfcfbf7
  1. 2
      src/Avalonia.Controls/TextBlock.cs

2
src/Avalonia.Controls/TextBlock.cs

@ -829,7 +829,7 @@ namespace Avalonia.Controls
InvalidateTextLayout();
}
protected readonly record struct SimpleTextSource : ITextSource
private readonly record struct SimpleTextSource : ITextSource
{
private readonly string _text;
private readonly TextRunProperties _defaultProperties;

Loading…
Cancel
Save