1 implementation of AttachmentLevel
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
171public AttachmentLevel AttachmentLevel { get { return _attachmentLevel; } }
15 references to AttachmentLevel
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
214if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0) 216if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1330if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
338if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
System\Windows\Annotations\AnnotationService.cs (10)
840if (firstAttachedAnnotation.AttachmentLevel == secondAttachedAnnotation.AttachmentLevel) 883AttachmentLevel oldAttachmentLevel = matchingAnnotation.AttachmentLevel; 884if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 889((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 905if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1435AttachmentLevel oldAttachmentLevel = attachedAnnotation.AttachmentLevel; 1538if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full)