4 references to EndPortion
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1004
data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
EndPortion
, locators[locators.Count - 1], offset, startNode, skipStartNode);
1015
if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.
EndPortion
))
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
293
attachmentLevel &= ~AttachmentLevel.
EndPortion
;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
222
if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.
EndPortion
) != 0)