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