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)
51if (_underlyingNameScope is not null) 54_underlyingNameScope.RegisterName(name, scopedElement); 86if (_underlyingNameScope is not null) 88_underlyingNameScope.UnregisterName(name); 111if (_underlyingNameScope is not null) 113return _underlyingNameScope.FindName(name); 125internal INameScope UnderlyingNameScope { get { return _underlyingNameScope; } } 138_underlyingNameScope = nameScopeDictionary._underlyingNameScope;