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