2 references to ResourceDictionaryLoadFromFailure
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
136
throw new ArgumentException(SR.Format(SR.
ResourceDictionaryLoadFromFailure
, value == null ? "''" : value.ToString()));
223
throw new InvalidOperationException(SR.Format(SR.
ResourceDictionaryLoadFromFailure
, _source.ToString()));