2 writes to XmlName
Microsoft.Maui.Controls.Build.Tasks (1)
CreateObjectVisitor.cs (1)
274
node.
XmlName
= name;
Microsoft.Maui.Controls.Xaml (1)
CreateValuesVisitor.cs (1)
199
node.
XmlName
= name;
9 references to XmlName
Microsoft.Maui.Controls.Build.Tasks (4)
SetPropertiesVisitor.cs (4)
91
propertyName = pList.
XmlName
;
182
if (skips.Contains(parentList.
XmlName
))
187
var localname = parentList.
XmlName
.LocalName;
190
Context.IL.Append(GetPropertyValue(parent, parentList.
XmlName
, Context, node, out propertyType));
Microsoft.Maui.Controls.Xaml (5)
ApplyPropertiesVisitor.cs (5)
107
propertyName = pList.
XmlName
;
196
if (Skips.Contains(parentList.
XmlName
))
208
var collection = GetPropertyValue(source, parentList.
XmlName
, Context.RootElement, parentList, out _, out _) as IEnumerable;
210
xpe = new XamlParseException($"Property {parentList.
XmlName
.LocalName} is null or is not IEnumerable", node);
221
xpe = xpe ?? new XamlParseException($"Value of {parentList.
XmlName
.LocalName} does not have a Add() method", node);