27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235
Debug.Assert(attachmentLevel > AttachmentLevel.
Unresolved
&& attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
287
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
306
if (attachmentLevel != AttachmentLevel.
Unresolved
)
526
attachmentLevel = AttachmentLevel.
Unresolved
;
546
if (attachmentLevel == AttachmentLevel.
Unresolved
&& locatorPartIdx > 0)
550
attachmentLevel = AttachmentLevel.
Unresolved
;
888
AttachmentLevel individualAttachmentLevel = AttachmentLevel.
Unresolved
;
959
AttachmentLevel tempLevel = AttachmentLevel.
Unresolved
;
967
if ((tempLevel == AttachmentLevel.
Unresolved
) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0))
999
attachmentLevel = AttachmentLevel.
Unresolved
;
1323
public AttachmentLevel AttachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
207
attachmentLevel = AttachmentLevel.
Unresolved
;
273
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
170
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
145
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
157
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
169
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
181
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
342
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
394
if (attachmentLevel != AttachmentLevel.
Unresolved
)
System\Windows\Annotations\AnnotationHelper.cs (1)
784
if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.
Unresolved
&& anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
879
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
900
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
1346
if (attachmentLevel != AttachmentLevel.
Unresolved
&& attachmentLevel != AttachmentLevel.Incomplete)
1425
if (newAttachmentLevel != AttachmentLevel.
Unresolved
)
1452
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.
Unresolved
&& newAttachmentLevel != AttachmentLevel.Incomplete)
1603
attachmentLevel = AttachmentLevel.
Unresolved
;