12 references to GetEnd
Microsoft.Maui.Graphics (12)
Text\AttributedTextExtensions.cs (2)
130 else if (end == run.GetEnd()) 181 start = run.GetEnd();
Text\AttributedTextRunExtensions.cs (10)
24 if (first.Start < second.GetEnd()) 25 return first.GetEnd() > second.Start; 40 return first.GetEnd() > start; 100 else if (first.GetEnd() == second.GetEnd()) 136 intersections.Add(new AttributedTextRun(start3, length3, first.GetEnd() > second.GetEnd() ? first.Attributes : second.Attributes)); 149 intersections.Add(new AttributedTextRun(start3, length3, first.GetEnd() > second.GetEnd() ? first.Attributes : second.Attributes)); 162 var end = run.GetEnd();