3 references to ParseXamlAttributes
Microsoft.Maui.Controls.Xaml (3)
XamlParser.cs (3)
45
var attributes =
ParseXamlAttributes
(reader, out IList<KeyValuePair<string, string>> xmlns);
165
var attributes =
ParseXamlAttributes
(reader, out xmlns);
195
internal static IList<XmlType> GetTypeArguments(XmlReader reader) => GetTypeArguments(
ParseXamlAttributes
(reader, out _));