5 references to TypeName
PresentationFramework (5)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
77
else if (attachedAnnotation.Annotation.AnnotationType == HighlightComponent.
TypeName
)
System\Windows\Annotations\AnnotationHelper.cs (4)
821
(annotationType == HighlightComponent.
TypeName
||
899
(annotationType == HighlightComponent.
TypeName
||
986
if (HighlightComponent.
TypeName
.Equals(attachedAnnotation.Annotation.AnnotationType))
1033
Annotation annotation = CreateAnnotationForSelection(service, textRange, HighlightComponent.
TypeName
, author);