9 references to Incomplete
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
241
Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.
Incomplete
,
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
579
attachmentLevel = AttachmentLevel.
Incomplete
;
1138
data.AttachmentLevel = AttachmentLevel.
Incomplete
;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
343
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
System\Windows\Annotations\AnnotationHelper.cs (1)
798
if (level != AttachmentLevel.
Incomplete
&& level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (4)
896
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
917
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
1363
if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.
Incomplete
)
1469
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.
Incomplete
)