3 references to InvalidAttachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
267throw new ArgumentException(SR.InvalidAttachedAnnotation, nameof(attachedAnnotation));
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
187throw new InvalidOperationException(SR.InvalidAttachedAnnotation); 235throw new ArgumentException(SR.InvalidAttachedAnnotation, nameof(attachedAnnotation));