27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
234Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
286attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
305if (attachmentLevel != AttachmentLevel.Unresolved) 525attachmentLevel = AttachmentLevel.Unresolved; 545if (attachmentLevel == AttachmentLevel.Unresolved && locatorPartIdx > 0) 549attachmentLevel = AttachmentLevel.Unresolved; 887AttachmentLevel individualAttachmentLevel = AttachmentLevel.Unresolved; 958AttachmentLevel tempLevel = AttachmentLevel.Unresolved; 966if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0)) 998attachmentLevel = AttachmentLevel.Unresolved; 1322public AttachmentLevel AttachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
206attachmentLevel = AttachmentLevel.Unresolved; 272attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
169attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
144return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 156return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 168return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 180return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
341if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 393if (attachmentLevel != AttachmentLevel.Unresolved)
System\Windows\Annotations\AnnotationHelper.cs (1)
783if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
878if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 899if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1345if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1424if (newAttachmentLevel != AttachmentLevel.Unresolved) 1451if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete) 1602attachmentLevel = AttachmentLevel.Unresolved;