4 references to MiddlePortion
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
986
data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
MiddlePortion
, locators[i], offset, startNode, skipStartNode);
990
if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.
MiddlePortion
) != 0))
1008
if (!middlePortionExists && attachmentLevel == AttachmentLevel.
MiddlePortion
)
1010
attachmentLevel &= ~AttachmentLevel.
MiddlePortion
;