12 references to Full
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
160if (_attachmentLevel == AttachmentLevel.Full) 260Debug.Assert(_attachmentLevel != AttachmentLevel.Full, "Should only set fully resolved anchor if attachment level is not full.");
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
348attachmentLevel = AttachmentLevel.Full; // Not always true right?
MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
574attachmentLevel = AttachmentLevel.Full; 896attachmentLevel = AttachmentLevel.Full; 1005attachmentLevel = AttachmentLevel.Full; 1042if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null) 1138data.AttachmentLevel = AttachmentLevel.Full;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
246attachmentLevel = AttachmentLevel.Full;
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
164attachmentLevel = AttachmentLevel.Full;
System\Windows\Annotations\AnnotationService.cs (2)
1538if (attachedAnnotation.AttachmentLevel == AttachmentLevel.Full) 1577if (attachmentLevel == AttachmentLevel.Full)