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)
50if (_underlyingNameScope is not null) 53_underlyingNameScope.RegisterName(name, scopedElement); 85if (_underlyingNameScope is not null) 87_underlyingNameScope.UnregisterName(name); 110if (_underlyingNameScope is not null) 112return _underlyingNameScope.FindName(name); 125internal INameScope UnderlyingNameScope { get { return _underlyingNameScope; } } 138_underlyingNameScope = nameScopeDictionary._underlyingNameScope;