3 writes to ExternalNameScope
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
915
settings.
ExternalNameScope
= nameScope;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
ExternalNameScope
= settings.ExternalNameScope;
System.Xaml.Tests (1)
System\Xaml\XamlObjectWriterSettingsTests.cs (1)
45
ExternalNameScope
= new CustomNameScope(),
5 references to ExternalNameScope
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
95
XAML3.INameScope rootNameScope = (settings is not null) ? settings.
ExternalNameScope
: null;
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
30
ExternalNameScope = settings.
ExternalNameScope
;
System.Xaml.Tests (3)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
24
Assert.Null(settings.
ExternalNameScope
);
61
Assert.Equal(settings.
ExternalNameScope
, newSettings.
ExternalNameScope
);