5 references to TypeName
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (1)
82else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.TypeName)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
828(annotationType == HighlightComponent.TypeName || 907(annotationType == HighlightComponent.TypeName || 994if (HighlightComponent.TypeName.Equals(attachedAnnotation.Annotation.AnnotationType)) 1041Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.TypeName, author);