7 references to TextModifier
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
1062
&& runInfo.TextModifierScope.
TextModifier
.HasDirectionalEmbedding
1186
if (scope.
TextModifier
.HasDirectionalEmbedding)
1202
scope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
1682
runInfo.TextModifierScope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
2530
while ( modifierScope != null && !modifierScope.
TextModifier
.HasDirectionalEmbedding)
2707
if (currentScope.
TextModifier
.HasDirectionalEmbedding)
2709
directionalEmbeddingStack.Push(currentScope.
TextModifier
);