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