1 write to _underlyingNameScope
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
138_underlyingNameScope = nameScopeDictionary._underlyingNameScope;
5 references to _underlyingNameScope
System.Xaml (5)
System\Xaml\NameScopeDictionary.cs (5)
141if (_underlyingNameScope is not null) 163if (_underlyingNameScope is not null) 166return new KeyValuePair<string, object>(name, _underlyingNameScope.FindName(name)); 182if (_underlyingNameScope is not null) 213if (_underlyingNameScope is not null)