3 references to NameScopeProperty
Microsoft.Maui.Controls (3)
Internals\NameScope.cs (3)
38
public static INameScope GetNameScope(BindableObject bindable) => (INameScope)bindable.GetValue(
NameScopeProperty
);
43
if (bindable.GetValue(
NameScopeProperty
) == null)
44
bindable.SetValue(
NameScopeProperty
, value);