2 writes to _runs
Microsoft.Maui.Graphics (2)
Text\MutableAttributedText.cs (2)
22 _runs = new List<IAttributedTextRun> { run }; 27 _runs = this.OptimizeRuns();
3 references to _runs
Microsoft.Maui.Graphics (3)
Text\MutableAttributedText.cs (3)
16 public override IReadOnlyList<IAttributedTextRun> Runs => _runs; 20 if (_runs == null) 26 _runs.Add(run);