44 references to EmbeddedElement
PresentationFramework (44)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1037
else if (nextContext == TextPointerContext.Text || nextContext == TextPointerContext.
EmbeddedElement
)
MS\Internal\Documents\HostedElements.cs (2)
112
_currentPosition.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
190
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextBoxLine.cs (1)
93
case TextPointerContext.
EmbeddedElement
:
MS\Internal\Documents\TextContainerHelper.cs (1)
345
else if (start.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1094
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
965
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\Line.cs (1)
172
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\LineBase.cs (1)
310
Invariant.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
MS\Internal\PtsHost\OptimalTextSource.cs (1)
120
case TextPointerContext.
EmbeddedElement
:
MS\Internal\PtsHost\TextParaClient.cs (2)
1703
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
1797
if (orientation == LogicalDirection.Backward && originalDcp > 0 && (context == TextPointerContext.Text || context == TextPointerContext.
EmbeddedElement
))
MS\Internal\Text\ComplexLine.cs (2)
61
case TextPointerContext.
EmbeddedElement
:
527
Debug.Assert(position.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
, "TextPointer does not point to embedded object.");
System\Windows\Controls\TextAdaptor.cs (1)
629
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Controls\TextBlock.cs (1)
3671
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
1055
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\FixedElement.cs (1)
276
else if (tpc == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\FixedTextPointer.cs (1)
154
if (!(tpc == TextPointerContext.
EmbeddedElement
|| tpc == TextPointerContext.ElementStart || tpc == TextPointerContext.ElementEnd))
System\Windows\Documents\FixedTextView.cs (2)
1115
if (symbolType != TextPointerContext.Text && symbolType != TextPointerContext.
EmbeddedElement
)
1135
Debug.Assert(symbolType == TextPointerContext.Text || symbolType == TextPointerContext.
EmbeddedElement
);
System\Windows\Documents\FlowPosition.cs (1)
777
return TextPointerContext.
EmbeddedElement
;
System\Windows\Documents\Highlights.cs (1)
199
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\ImmComposition.cs (2)
1430
case TextPointerContext.
EmbeddedElement
:
1481
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Paragraph.cs (1)
255
symbolType == TextPointerContext.
EmbeddedElement
||
System\Windows\Documents\RangeContentEnumerator.cs (2)
125
case TextPointerContext.
EmbeddedElement
:
193
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\Speller.cs (1)
1735
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextEditorMouse.cs (1)
736
if (!(mouseMovePosition.GetPointerContext(mouseMovePosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
))
System\windows\Documents\TextEditorSpelling.cs (1)
285
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextFindEngine.cs (1)
738
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextPointer.cs (1)
511
/// <para>Returns <see cref="TextPointerContext.
EmbeddedElement
"/> is the TextPointer
System\Windows\Documents\TextPointerBase.cs (1)
603
else if (context == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeBase.cs (3)
710
case TextPointerContext.
EmbeddedElement
:
1626
if (context == TextPointerContext.
EmbeddedElement
)
1635
if (context == TextPointerContext.
EmbeddedElement
&& start.GetOffsetToPosition(end) == 1)
System\Windows\Documents\TextRangeEdit.cs (1)
1621
if (pointerContext == TextPointerContext.Text || pointerContext == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextRangeSerialization.cs (1)
322
case TextPointerContext.
EmbeddedElement
:
System\windows\Documents\TextSelection.cs (1)
1954
if (cursorPosition.GetPointerContext(cursorPosition.LogicalDirection) == TextPointerContext.
EmbeddedElement
)
System\Windows\Documents\TextStore.cs (3)
434
case TextPointerContext.
EmbeddedElement
:
2522
Invariant.Assert(navigator.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.
EmbeddedElement
);
3199
case TextPointerContext.
EmbeddedElement
:
System\Windows\Documents\TextTreeObjectNode.cs (1)
75
return TextPointerContext.
EmbeddedElement
;