1 write to Values
Microsoft.Maui.Controls.Xaml (1)
HydrationContext.cs (1)
11
Values
= new Dictionary<INode, object>();
11 references to Values
Microsoft.Maui.Controls.Xaml (11)
ApplyPropertiesVisitor.cs (2)
39
Dictionary<INode, object> Values => Context.
Values
;
798
return context.
Values
[cnode];
CreateValuesVisitor.cs (2)
26
get { return Context.
Values
; }
322
var value = Context.
Values
[node];
ExpandMarkupsVisitor.cs (1)
28
get { return Context.
Values
; }
FillResourceDictionariesVisitor.cs (1)
19
Dictionary<INode, object> Values => Context.
Values
;
RegisterXNamesVisitor.cs (1)
12
Values = context.
Values
;
XamlLoader.cs (2)
130
inflatedView = rootnode.Root = visitorContext.
Values
[rootnode];
198
return visitorContext.
Values
[resources] as IResourceDictionary;
XamlServiceProvider.cs (2)
24
if (context != null && node != null && node.Parent != null && context.
Values
.TryGetValue(node.Parent, out object targetObject))
108
if (context.
Values
.TryGetValue(n.Parent, out var obj))