7 references to Values
Microsoft.Maui.Controls.Xaml (7)
ApplyPropertiesVisitor.cs (7)
52 var value = Values[node]; 53 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null) 93 var s0 = Values[parentNode]; 112 if (!Values.TryGetValue(node, out var value) && Context.ExceptionHandler != null) 122 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null) 129 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null) 192 if (!Values.TryGetValue(parentNode.Parent, out var source) && Context.ExceptionHandler != null)