4 references to NameScopeNotFound
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (2)
71
throw new InvalidOperationException(SR.Format(SR.
NameScopeNotFound
, name, "register"));
89
throw new InvalidOperationException(SR.Format(SR.
NameScopeNotFound
, name, "unregister"));
System\Windows\Generated\FrameworkElement.cs (2)
71
throw new InvalidOperationException(SR.Format(SR.
NameScopeNotFound
, name, "register"));
89
throw new InvalidOperationException(SR.Format(SR.
NameScopeNotFound
, name, "unregister"));