12 references to Full
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
166
if (_attachmentLevel == AttachmentLevel.
Full
)
266
Debug.Assert(_attachmentLevel != AttachmentLevel.
Full
, "Should only set fully resolved anchor if attachment level is not full.");
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
359
attachmentLevel = AttachmentLevel.
Full
; // Not always true right?
MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
585
attachmentLevel = AttachmentLevel.
Full
;
907
attachmentLevel = AttachmentLevel.
Full
;
1016
attachmentLevel = AttachmentLevel.
Full
;
1053
if (data.AttachmentLevel == AttachmentLevel.
Full
&& data.AttachedAnchor != null)
1149
data.AttachmentLevel = AttachmentLevel.
Full
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
256
attachmentLevel = AttachmentLevel.
Full
;
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
171
attachmentLevel = AttachmentLevel.
Full
;
System\Windows\Annotations\AnnotationService.cs (2)
1550
if (attachedAnnotation.AttachmentLevel == AttachmentLevel.
Full
)
1589
if (attachmentLevel == AttachmentLevel.
Full
)