4 references to EndPortion
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1030
data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
EndPortion
, locators[locators.Count - 1], offset, startNode, skipStartNode);
1041
if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.
EndPortion
))
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
306
attachmentLevel &= ~AttachmentLevel.
EndPortion
;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
231
if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.
EndPortion
) != 0)