5 references to StartPortion
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
957
ResolvingLocatorState data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
StartPortion
, locators[0], offset, startNode, skipStartNode);
1004
if (attachmentLevel == (AttachmentLevel.
StartPortion
| AttachmentLevel.EndPortion))
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
279
attachmentLevel &= ~AttachmentLevel.
StartPortion
;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
214
if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.
StartPortion
) != 0)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1330
if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.
StartPortion
) == 0)