27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
241Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
298attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
328if (attachmentLevel != AttachmentLevel.Unresolved) 549attachmentLevel = AttachmentLevel.Unresolved; 569if (attachmentLevel == AttachmentLevel.Unresolved && locatorPartIdx > 0) 573attachmentLevel = AttachmentLevel.Unresolved; 911AttachmentLevel individualAttachmentLevel = AttachmentLevel.Unresolved; 982AttachmentLevel tempLevel = AttachmentLevel.Unresolved; 990if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0)) 1022attachmentLevel = AttachmentLevel.Unresolved; 1344public AttachmentLevel AttachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
217attachmentLevel = AttachmentLevel.Unresolved; 283attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
182attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
162return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 174return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 186return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 198return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
343if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 395if (attachmentLevel != AttachmentLevel.Unresolved)
System\Windows\Annotations\AnnotationHelper.cs (1)
798if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
896if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 917if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1363if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1442if (newAttachmentLevel != AttachmentLevel.Unresolved) 1469if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete) 1620attachmentLevel = AttachmentLevel.Unresolved;