3 writes to AttachmentLevel
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1116data.AttachmentLevel = AttachmentLevel.Incomplete; 1127data.AttachmentLevel = AttachmentLevel.Full; 1146data.AttachmentLevel = attachmentLevel;
2 references to AttachmentLevel
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
951attachmentLevel = data.AttachmentLevel; 1031if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null)