4 references to MarkupExtensionBadStatic
System.Xaml (4)
System\Windows\Markup\StaticExtension.cs (4)
69throw new ArgumentException(SR.Format(SR.MarkupExtensionBadStatic, _member)); 76throw new ArgumentException(SR.Format(SR.MarkupExtensionBadStatic, _member)); 96throw new ArgumentException(SR.Format(SR.MarkupExtensionBadStatic, _member)); 112throw new ArgumentException(SR.Format(SR.MarkupExtensionBadStatic, typeNameForError is not null ? $"{typeNameForError}.{_member}" : _member));