1 instantiation of ResourceReferenceKeyNotFoundException
PresentationFramework (1)
MS\Internal\Helper.cs (1)
57
throw new
ResourceReferenceKeyNotFoundException
(SR.Format(SR.MarkupExtensionResourceNotFound, _name), _name);
1 reference to ResourceReferenceKeyNotFoundException
PresentationFramework (1)
System\Windows\Application.cs (1)
303
/// <exception cref="
ResourceReferenceKeyNotFoundException
"> if the key is not found.</exception>