1 implementation of AttachmentLevel
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
181public AttachmentLevel AttachmentLevel { get { return _attachmentLevel; } }
15 references to AttachmentLevel
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
229if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0) 231if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1355if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
353if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
src\Framework\System\Windows\Annotations\AnnotationService.cs (10)
885if (firstAttachedAnnotation.AttachmentLevel == secondAttachedAnnotation.AttachmentLevel) 928AttachmentLevel oldAttachmentLevel = matchingAnnotation.AttachmentLevel; 929if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 934((AttachedAnnotation)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null); 951if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1487AttachmentLevel oldAttachmentLevel = attachedAnnotation.AttachmentLevel; 1590if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full)