44 references to EmbeddedElement
PresentationFramework (44)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1056else if (nextContext == TextPointerContext.Text || nextContext == TextPointerContext.EmbeddedElement)
src\Framework\MS\Internal\Documents\HostedElements.cs (2)
120_currentPosition.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.EmbeddedElement) 198case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
95case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (1)
350else if (start.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.EmbeddedElement)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1120case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
987case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\PtsHost\Line.cs (1)
175case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
315Invariant.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.EmbeddedElement, "TextPointer does not point to embedded object.");
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
124case TextPointerContext.EmbeddedElement:
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
1903if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.EmbeddedElement)) 2002if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.EmbeddedElement))
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
64case TextPointerContext.EmbeddedElement: 533Debug.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.EmbeddedElement, "TextPointer does not point to embedded object.");
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
613else if (context == TextPointerContext.EmbeddedElement)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3660case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
1072case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\FixedElement.cs (1)
281else if (tpc == TextPointerContext.EmbeddedElement)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
163if (!(tpc == TextPointerContext.EmbeddedElement || tpc == TextPointerContext.ElementStart || tpc == TextPointerContext.ElementEnd))
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
1127if (symbolType != TextPointerContext.Text && symbolType != TextPointerContext.EmbeddedElement) 1147Debug.Assert(symbolType == TextPointerContext.Text || symbolType == TextPointerContext.EmbeddedElement);
src\Framework\System\Windows\Documents\FlowPosition.cs (1)
784return TextPointerContext.EmbeddedElement;
src\Framework\System\Windows\Documents\Highlights.cs (1)
205case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1577case TextPointerContext.EmbeddedElement: 1628case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\Paragraph.cs (1)
262symbolType == TextPointerContext.EmbeddedElement ||
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (2)
133case TextPointerContext.EmbeddedElement: 201case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\Speller.cs (1)
1863case TextPointerContext.EmbeddedElement:
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
737if (!(mouseMovePosition.GetPointerContext(mouseMovePosition.LogicalDirection) == TextPointerContext.EmbeddedElement))
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
287case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\TextFindEngine.cs (1)
749case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\TextPointer.cs (1)
522/// <para>Returns <see cref="TextPointerContext.EmbeddedElement"/> is the TextPointer
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
605else if (context == TextPointerContext.EmbeddedElement)
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
721case TextPointerContext.EmbeddedElement : 1654if (context == TextPointerContext.EmbeddedElement) 1663if (context == TextPointerContext.EmbeddedElement && start.GetOffsetToPosition(end) == 1)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
1623if (pointerContext == TextPointerContext.Text || pointerContext == TextPointerContext.EmbeddedElement)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
328case TextPointerContext.EmbeddedElement:
src\Framework\System\windows\Documents\TextSelection.cs (1)
1962if (cursorPosition.GetPointerContext(cursorPosition.LogicalDirection) == TextPointerContext.EmbeddedElement)
src\Framework\System\Windows\Documents\TextStore.cs (3)
327case TextPointerContext.EmbeddedElement: 2377Invariant.Assert(navigator.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.EmbeddedElement); 3108case TextPointerContext.EmbeddedElement:
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
81return TextPointerContext.EmbeddedElement;