7 references to AnnotationType
PresentationFramework (7)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
535
if (!_type.Equals(attachedAnnotation.Annotation.
AnnotationType
))
537
throw new ArgumentException(SR.Format(SR.NotHighlightAnnotationType, attachedAnnotation.Annotation.
AnnotationType
.ToString()), "attachedAnnotation");
System\Windows\Annotations\AnnotationComponentChooser.cs (3)
67
if (attachedAnnotation.Annotation.
AnnotationType
== StickyNoteControl.TextSchemaName)
72
else if (attachedAnnotation.Annotation.
AnnotationType
== StickyNoteControl.InkSchemaName)
77
else if (attachedAnnotation.Annotation.
AnnotationType
== HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (2)
835
if (annotationType.Equals(attachedAnnot.Annotation.
AnnotationType
))
986
if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.
AnnotationType
))