9 references to Incomplete
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
234Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
555attachmentLevel = AttachmentLevel.Incomplete; 1116data.AttachmentLevel = AttachmentLevel.Incomplete;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
341if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
System\Windows\Annotations\AnnotationHelper.cs (1)
783if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (4)
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) 1451if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete)