9 references to Incomplete
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
556attachmentLevel = AttachmentLevel.Incomplete; 1117data.AttachmentLevel = AttachmentLevel.Incomplete;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
342if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
System\Windows\Annotations\AnnotationHelper.cs (1)
784if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (4)
879if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 900if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1346if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1452if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete)