2 references to LoadComponent
PresentationFramework.Fluent.Tests (1)
ResourceTests\FluentResourceDictionaryTests.cs (1)
72if(Application.LoadComponent(uri) is not ResourceDictionary resourceDictionary)
PresentationFramework.Tests (1)
System\Windows\ResourceDictionaryTests.cs (1)
18_dictionary = (ResourceDictionary)Application.LoadComponent(new Uri(SampleDictionaryPath, UriKind.Relative));