4 writes to SourceBamlUri
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (1)
737
owSettings.
SourceBamlUri
= parentSettings.SourceBamlUri;
System\Windows\SystemResources.cs (1)
947
owSettings.
SourceBamlUri
= streamUri;
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
35
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)
737
owSettings.SourceBamlUri = parentSettings.
SourceBamlUri
;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
659
get { return _settings?.
SourceBamlUri
; }
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
35
SourceBamlUri = settings.
SourceBamlUri
;
System.Xaml.Tests (3)
System\Xaml\XamlObjectWriterSettingsTests.cs (3)
29
Assert.Null(settings.
SourceBamlUri
);
66
Assert.Equal(settings.
SourceBamlUri
, newSettings.
SourceBamlUri
);