12 references to Full
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
170if (_attachmentLevel == AttachmentLevel.Full) 270Debug.Assert(_attachmentLevel != AttachmentLevel.Full, "Should only set fully resolved anchor if attachment level is not full.");
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
369attachmentLevel = AttachmentLevel.Full; // Not always true right?
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
611attachmentLevel = AttachmentLevel.Full; 933attachmentLevel = AttachmentLevel.Full; 1042attachmentLevel = AttachmentLevel.Full; 1079if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1175data.AttachmentLevel = AttachmentLevel.Full;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
269attachmentLevel = AttachmentLevel.Full;
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
186attachmentLevel = AttachmentLevel.Full;
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1590if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full) 1629if (attachmentLevel == AttachmentLevel.Full)