1 write to _underlyingNameScope
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
35
_underlyingNameScope
= underlyingNameScope ?? throw new ArgumentNullException(nameof(underlyingNameScope));
8 references to _underlyingNameScope
System.Xaml (8)
System\Xaml\NameScopeDictionary.cs (8)
52
if (
_underlyingNameScope
!= null)
55
_underlyingNameScope
.RegisterName(name, scopedElement);
87
if (
_underlyingNameScope
!= null)
89
_underlyingNameScope
.UnregisterName(name);
112
if (
_underlyingNameScope
!= null)
114
return
_underlyingNameScope
.FindName(name);
126
internal INameScope UnderlyingNameScope { get { return
_underlyingNameScope
; } }
139
_underlyingNameScope = nameScopeDictionary.
_underlyingNameScope
;