1 implementation of NameScopeRef
Microsoft.Maui.Controls.Xaml (1)
XamlNode.cs (1)
173
public NameScopeRef
NameScopeRef
{ get; set; }
3 references to NameScopeRef
Microsoft.Maui.Controls.Xaml (3)
CreateValuesVisitor.cs (1)
163
if (value is BindableObject bindableValue && node.NameScopeRef != (parentNode as IElementNode)?.
NameScopeRef
)
RegisterXNamesVisitor.cs (1)
31
((IElementNode)parentNode).
NameScopeRef
.NameScope.RegisterName((string)node.Value, Values[parentNode]);
XamlServiceProvider.cs (1)
272
if ((value = (n as IElementNode)?.
NameScopeRef
.NameScope?.FindByName(name)) != null)