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