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