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