12 references to Full
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
170
if (_attachmentLevel == AttachmentLevel.
Full
)
270
Debug.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)
369
attachmentLevel = AttachmentLevel.
Full
; // Not always true right?
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
611
attachmentLevel = AttachmentLevel.
Full
;
933
attachmentLevel = AttachmentLevel.
Full
;
1042
attachmentLevel = AttachmentLevel.
Full
;
1079
if (data.AttachmentLevel == AttachmentLevel.
Full
&& data.AttachedAnchor != null)
1175
data.AttachmentLevel = AttachmentLevel.
Full
;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
269
attachmentLevel = AttachmentLevel.
Full
;
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
186
attachmentLevel = AttachmentLevel.
Full
;
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1590
if (attachedAnnotation.AttachmentLevel == AttachmentLevel.
Full
)
1629
if (attachmentLevel == AttachmentLevel.
Full
)