5 references to StartPortion
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
994
ResolvingLocatorState data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
StartPortion
, locators[0], offset, startNode, skipStartNode);
1041
if (attachmentLevel == (AttachmentLevel.
StartPortion
| AttachmentLevel.EndPortion))
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
302
attachmentLevel &= ~AttachmentLevel.
StartPortion
;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
229
if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.
StartPortion
) != 0)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1355
if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.
StartPortion
) == 0)