1 write to _underlyingNameScope
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
34
_underlyingNameScope
= underlyingNameScope ?? throw new ArgumentNullException(nameof(underlyingNameScope));
8 references to _underlyingNameScope
System.Xaml (8)
System\Xaml\NameScopeDictionary.cs (8)
51
if (
_underlyingNameScope
is not null)
54
_underlyingNameScope
.RegisterName(name, scopedElement);
86
if (
_underlyingNameScope
is not null)
88
_underlyingNameScope
.UnregisterName(name);
111
if (
_underlyingNameScope
is not null)
113
return
_underlyingNameScope
.FindName(name);
125
internal INameScope UnderlyingNameScope { get { return
_underlyingNameScope
; } }
138
_underlyingNameScope = nameScopeDictionary.
_underlyingNameScope
;