4 implementations of IValueNode
Microsoft.Maui.Controls.Xaml (4)
XamlNode.cs (4)
110
class ValueNode : BaseNode,
IValueNode
132
class MarkupNode : BaseNode,
IValueNode
155
class ElementNode : BaseNode,
IValueNode
, IElementNode
250
class ListNode : BaseNode, IListNode,
IValueNode
4 references to IValueNode
Microsoft.Maui.Controls.Build.Tasks (2)
ILContext.cs (2)
16
Values = new Dictionary<
IValueNode
, object>();
28
public Dictionary<
IValueNode
, object> Values { get; private set; }
Microsoft.Maui.Controls.Xaml (2)
XamlParser.cs (2)
233
var
propertyNode = GetValueNode(value, reader);
317
static
IValueNode
GetValueNode(object value, XmlReader reader)