3 references to GetNameScope
Microsoft.Maui.Controls (3)
Element\Element.cs (3)
517
var namescope =
GetNameScope
() ?? transientNamescope;
526
var namescope =
GetNameScope
() ?? throw new InvalidOperationException("this element is not in a namescope");
533
var namescope =
GetNameScope
() ?? throw new InvalidOperationException("this element is not in a namescope");