Implemented interface member:
property
Properties
Microsoft.Maui.Controls.Xaml.IElementNode.Properties
1 write to Properties
Microsoft.Maui.Controls.SourceGen (1)
src\Controls\src\Xaml\XamlNode.cs (1)
161 Properties = new Dictionary<XmlName, INode>();
4 references to Properties
Microsoft.Maui.Controls.SourceGen (4)
src\Controls\src\Xaml\XamlNode.cs (4)
182 foreach (var node in Properties.Values.ToArray()) 216 foreach (var kvp in Properties) 217 clone.Properties.Add(kvp.Key, kvp.Value.Clone()); 239 foreach (var node in Properties.Values.ToList())