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