3 references to Length
Microsoft.Maui.Graphics (3)
Text\XmlAttributedTextReader.cs (2)
114 var length = ReadInt(XmlNames.Length, 0); 124 if (!(XmlNames.Start.Equals(attributeName, StringComparison.Ordinal) || XmlNames.Length.Equals(attributeName, StringComparison.Ordinal)))
Text\XmlAttributedTextWriter.cs (1)
67 writer.Write($" {XmlNames.Length}=\"");