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