44 references to EmbeddedElement
PresentationFramework (44)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1030
else if (nextContext == TextPointerContext.Text || nextContext == TextPointerContext.
EmbeddedElement
)
MS\Internal\Documents\HostedElements.cs (2)
108
_currentPosition.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
186
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextBoxLine.cs (1)
86
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextContainerHelper.cs (1)
342
else if (start.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1089
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
957
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\Line.cs (1)
166
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\LineBase.cs (1)
304
Invariant.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
MS\Internal\PtsHost\OptimalTextSource.cs (1)
113
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\TextParaClient.cs (2)
1697
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
1791
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
MS\Internal\Text\ComplexLine.cs (2)
56
case TextPointerContext.
EmbeddedElement
:
522
Debug.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
System\Windows\Controls\TextAdaptor.cs (1)
626
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Controls\TextBlock.cs (1)
3661
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
1049
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\FixedElement.cs (1)
268
else if (tpc == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\FixedTextPointer.cs (1)
149
if (!(tpc == TextPointerContext.
EmbeddedElement
|| tpc == TextPointerContext.ElementStart || tpc == TextPointerContext.ElementEnd))
System\Windows\Documents\FixedTextView.cs (2)
1107
if (symbolType != TextPointerContext.Text && symbolType != TextPointerContext.
EmbeddedElement
)
1127
Debug.Assert(symbolType == TextPointerContext.Text || symbolType == TextPointerContext.
EmbeddedElement
);
System\Windows\Documents\FlowPosition.cs (1)
773
return TextPointerContext.
EmbeddedElement
;
System\Windows\Documents\Highlights.cs (1)
198
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\ImmComposition.cs (2)
1422
case TextPointerContext.
EmbeddedElement
:
1473
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Paragraph.cs (1)
255
symbolType == TextPointerContext.
EmbeddedElement
||
System\Windows\Documents\RangeContentEnumerator.cs (2)
121
case TextPointerContext.
EmbeddedElement
:
189
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Speller.cs (1)
1731
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextEditorMouse.cs (1)
722
if (!(mouseMovePosition.GetPointerContext(mouseMovePosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
))
System\windows\Documents\TextEditorSpelling.cs (1)
284
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextFindEngine.cs (1)
730
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextPointer.cs (1)
506
/// <para>Returns <see cref="TextPointerContext.
EmbeddedElement
"/> is the TextPointer
System\Windows\Documents\TextPointerBase.cs (1)
601
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeBase.cs (3)
707
case TextPointerContext.
EmbeddedElement
:
1623
if (context == TextPointerContext.
EmbeddedElement
)
1632
if (context == TextPointerContext.
EmbeddedElement
&& start.GetOffsetToPosition(end) == 1)
System\Windows\Documents\TextRangeEdit.cs (1)
1619
if (pointerContext == TextPointerContext.Text || pointerContext == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeSerialization.cs (1)
316
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextSelection.cs (1)
1951
if (cursorPosition.GetPointerContext(cursorPosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextStore.cs (3)
423
case TextPointerContext.
EmbeddedElement
:
2511
Invariant.Assert(navigator.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
);
3188
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextTreeObjectNode.cs (1)
74
return TextPointerContext.
EmbeddedElement
;