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