2 references to MustBeOfType
System.Xaml (2)
System\Windows\Markup\StaticExtensionsToInstanceDescriptorsConverter.cs (1)
34throw new ArgumentException(SR.Format(SR.MustBeOfType, nameof(value), nameof(StaticExtension)));
System\Windows\Markup\TypeExtensionConverter.cs (1)
34throw new ArgumentException(SR.Format(SR.MustBeOfType, nameof(value), nameof(TypeExtension)));