2 writes to ExternalNameScope
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
919
settings.
ExternalNameScope
= nameScope;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
ExternalNameScope
= settings.ExternalNameScope;
2 references to ExternalNameScope
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
97
XAML3.INameScope rootNameScope = (settings != null) ? settings.
ExternalNameScope
: null;
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
ExternalNameScope = settings.
ExternalNameScope
;