1 implementation of AttachmentLevel
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
177public AttachmentLevel AttachmentLevel { get { return _attachmentLevel; } }
15 references to AttachmentLevel
PresentationFramework (15)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
220if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0) 222if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1340if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
343if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
System\Windows\Annotations\AnnotationService.cs (10)
852if (firstAttachedAnnotation.AttachmentLevel == secondAttachedAnnotation.AttachmentLevel) 895AttachmentLevel oldAttachmentLevel = matchingAnnotation.AttachmentLevel; 896if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 901((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 917if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1447AttachmentLevel oldAttachmentLevel = attachedAnnotation.AttachmentLevel; 1550if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full)