1 write to _underlyingNameScope
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
33
_underlyingNameScope
= underlyingNameScope ?? throw new ArgumentNullException(nameof(underlyingNameScope));
8 references to _underlyingNameScope
System.Xaml (8)
System\Xaml\NameScopeDictionary.cs (8)
50
if (
_underlyingNameScope
is not null)
53
_underlyingNameScope
.RegisterName(name, scopedElement);
85
if (
_underlyingNameScope
is not null)
87
_underlyingNameScope
.UnregisterName(name);
110
if (
_underlyingNameScope
is not null)
112
return
_underlyingNameScope
.FindName(name);
125
internal INameScope UnderlyingNameScope { get { return
_underlyingNameScope
; } }
138
_underlyingNameScope = nameScopeDictionary.
_underlyingNameScope
;