3 references to XamlDeferLoadAttribute
System.Xaml.Tests (3)
System\Windows\Markup\XamlDeferLoadAttributeTests.cs (3)
40var attribute = new XamlDeferLoadAttribute(loaderType, contentType); 50Assert.Throws<ArgumentNullException>("loaderType", () => new XamlDeferLoadAttribute(null!, "contentType")); 56Assert.Throws<ArgumentNullException>("contentType", () => new XamlDeferLoadAttribute("loaderType", null!));