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)
141
if (
_underlyingNameScope
is not null)
163
if (
_underlyingNameScope
is not null)
166
return new KeyValuePair<string, object>(name,
_underlyingNameScope
.FindName(name));
182
if (
_underlyingNameScope
is not null)
213
if (
_underlyingNameScope
is not null)