7 references to AnnotationType
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
560if (!_type.Equals(attachedAnnotation.Annotation.AnnotationType)) 562throw new ArgumentException(SR.Get(SRID.NotHighlightAnnotationType, attachedAnnotation.Annotation.AnnotationType.ToString()), "attachedAnnotation");
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (3)
72if (attachedAnnotation.Annotation.AnnotationType == StickyNoteControl.TextSchemaName) 77else if (attachedAnnotation.Annotation.AnnotationType == StickyNoteControl.InkSchemaName) 82else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
842if (annotationType.Equals(attachedAnnot.Annotation.AnnotationType)) 994if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType))