3 writes to AttachmentLevel
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1117data.AttachmentLevel = AttachmentLevel.Incomplete; 1128data.AttachmentLevel = AttachmentLevel.Full; 1147data.AttachmentLevel = attachmentLevel;
2 references to AttachmentLevel
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
952attachmentLevel = data.AttachmentLevel; 1032if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null)