3 instantiations of AttributedTextBlock
Microsoft.Maui.Graphics (3)
Text\AttributedTextExtensions.cs (3)
172
blocks.Add(new
AttributedTextBlock
(noAttrValue, null));
180
blocks.Add(new
AttributedTextBlock
(value, run.Attributes));
193
blocks.Add(new
AttributedTextBlock
(value, null));
2 references to AttributedTextBlock
Microsoft.Maui.Graphics (2)
Text\AttributedTextExtensions.cs (2)
154
public static IList<
AttributedTextBlock
> CreateBlocks(this IAttributedText text)
159
var blocks = new List<
AttributedTextBlock
>();