3 writes to AttachmentLevel
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1127data.AttachmentLevel = AttachmentLevel.Incomplete; 1138data.AttachmentLevel = AttachmentLevel.Full; 1157data.AttachmentLevel = attachmentLevel;
2 references to AttachmentLevel
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
964attachmentLevel = data.AttachmentLevel; 1042if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null)