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