27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
287attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
317if (attachmentLevel != AttachmentLevel.Unresolved) 538attachmentLevel = AttachmentLevel.Unresolved; 558if (attachmentLevel == AttachmentLevel.Unresolved && locatorPartIdx > 0) 562attachmentLevel = AttachmentLevel.Unresolved; 900AttachmentLevel individualAttachmentLevel = AttachmentLevel.Unresolved; 971AttachmentLevel tempLevel = AttachmentLevel.Unresolved; 979if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0)) 1011attachmentLevel = AttachmentLevel.Unresolved; 1333public AttachmentLevel AttachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
207attachmentLevel = AttachmentLevel.Unresolved; 273attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
170attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
145return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 157return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 169return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 181return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
338if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 390if (attachmentLevel != AttachmentLevel.Unresolved)
System\Windows\Annotations\AnnotationHelper.cs (1)
786if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
884if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 905if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1351if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1430if (newAttachmentLevel != AttachmentLevel.Unresolved) 1457if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete) 1608attachmentLevel = AttachmentLevel.Unresolved;