4 writes to SourceBamlUri
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (1)
741
owSettings.
SourceBamlUri
= parentSettings.SourceBamlUri;
System\Windows\SystemResources.cs (1)
951
owSettings.
SourceBamlUri
= streamUri;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
36
SourceBamlUri
= settings.SourceBamlUri;
System.Xaml.Tests (1)
System\Xaml\XamlObjectWriterSettingsTests.cs (1)
50
SourceBamlUri
= new Uri("http://google.com"),
6 references to SourceBamlUri
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
741
owSettings.SourceBamlUri = parentSettings.
SourceBamlUri
;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
661
get { return _settings is not null ? _settings.
SourceBamlUri
: null; }
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
36
SourceBamlUri = settings.
SourceBamlUri
;
System.Xaml.Tests (3)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
29
Assert.Null(settings.
SourceBamlUri
);
66
Assert.Equal(settings.
SourceBamlUri
, newSettings.
SourceBamlUri
);