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