2 references to LoadComponent
PresentationFramework.Fluent.Tests (1)
ResourceTests\FluentResourceDictionaryTests.cs (1)
72
if(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));