44 references to EmbeddedElement
PresentationFramework (44)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1026
else if (nextContext == TextPointerContext.Text || nextContext == TextPointerContext.
EmbeddedElement
)
MS\Internal\Documents\HostedElements.cs (2)
101
_currentPosition.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
178
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextBoxLine.cs (1)
85
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextContainerHelper.cs (1)
341
else if (start.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1070
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
950
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\Line.cs (1)
154
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\LineBase.cs (1)
299
Invariant.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
MS\Internal\PtsHost\OptimalTextSource.cs (1)
104
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\TextParaClient.cs (2)
1696
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
1790
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
MS\Internal\Text\ComplexLine.cs (2)
55
case TextPointerContext.
EmbeddedElement
:
518
Debug.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
System\Windows\Controls\TextAdaptor.cs (1)
619
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Controls\TextBlock.cs (1)
3651
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
1045
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\FixedElement.cs (1)
271
else if (tpc == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\FixedTextPointer.cs (1)
146
if (!(tpc == TextPointerContext.
EmbeddedElement
|| tpc == TextPointerContext.ElementStart || tpc == TextPointerContext.ElementEnd))
System\Windows\Documents\FixedTextView.cs (2)
1098
if (symbolType != TextPointerContext.Text && symbolType != TextPointerContext.
EmbeddedElement
)
1118
Debug.Assert(symbolType == TextPointerContext.Text || symbolType == TextPointerContext.
EmbeddedElement
);
System\Windows\Documents\FlowPosition.cs (1)
772
return TextPointerContext.
EmbeddedElement
;
System\Windows\Documents\Highlights.cs (1)
197
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\ImmComposition.cs (2)
1408
case TextPointerContext.
EmbeddedElement
:
1459
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Paragraph.cs (1)
254
symbolType == TextPointerContext.
EmbeddedElement
||
System\Windows\Documents\RangeContentEnumerator.cs (2)
114
case TextPointerContext.
EmbeddedElement
:
182
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Speller.cs (1)
1727
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextEditorMouse.cs (1)
718
if (!(mouseMovePosition.GetPointerContext(mouseMovePosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
))
System\windows\Documents\TextEditorSpelling.cs (1)
283
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextFindEngine.cs (1)
728
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextPointer.cs (1)
505
/// <para>Returns <see cref="TextPointerContext.
EmbeddedElement
"/> is the TextPointer
System\Windows\Documents\TextPointerBase.cs (1)
600
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeBase.cs (3)
706
case TextPointerContext.
EmbeddedElement
:
1622
if (context == TextPointerContext.
EmbeddedElement
)
1631
if (context == TextPointerContext.
EmbeddedElement
&& start.GetOffsetToPosition(end) == 1)
System\Windows\Documents\TextRangeEdit.cs (1)
1618
if (pointerContext == TextPointerContext.Text || pointerContext == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeSerialization.cs (1)
315
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextSelection.cs (1)
1935
if (cursorPosition.GetPointerContext(cursorPosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextStore.cs (3)
422
case TextPointerContext.
EmbeddedElement
:
2495
Invariant.Assert(navigator.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
);
3174
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextTreeObjectNode.cs (1)
73
return TextPointerContext.
EmbeddedElement
;