1 implementation of AttachmentLevel
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
170public AttachmentLevel AttachmentLevel { get { return _attachmentLevel; } }
15 references to AttachmentLevel
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
213if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0) 215if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1328if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
341if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
System\Windows\Annotations\AnnotationService.cs (10)
831if (firstAttachedAnnotation.AttachmentLevel == secondAttachedAnnotation.AttachmentLevel) 874AttachmentLevel oldAttachmentLevel = matchingAnnotation.AttachmentLevel; 875if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 880((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 896if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1423AttachmentLevel oldAttachmentLevel = attachedAnnotation.AttachmentLevel; 1526if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full)