7 references to AnnotationType
PresentationFramework (7)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
527
if (!_type.Equals(attachedAnnotation.Annotation.
AnnotationType
))
529
throw new ArgumentException(SR.Format(SR.NotHighlightAnnotationType, attachedAnnotation.Annotation.
AnnotationType
.ToString()), "attachedAnnotation");
System\Windows\Annotations\AnnotationComponentChooser.cs (3)
63
if (attachedAnnotation.Annotation.
AnnotationType
== StickyNoteControl.TextSchemaName)
68
else if (attachedAnnotation.Annotation.
AnnotationType
== StickyNoteControl.InkSchemaName)
73
else if (attachedAnnotation.Annotation.
AnnotationType
== HighlightComponent.TypeName)
System\Windows\Annotations\AnnotationHelper.cs (2)
823
if (annotationType.Equals(attachedAnnot.Annotation.
AnnotationType
))
974
if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.
AnnotationType
))