5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
73
else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.
TypeName
)
System\Windows\Annotations\AnnotationHelper.cs (4)
807
(annotationType == HighlightComponent.
TypeName
||
885
(annotationType == HighlightComponent.
TypeName
||
972
if (HighlightComponent.
TypeName
.Equals(attachedAnnotation.Annotation.AnnotationType))
1019
Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.
TypeName
, author);