7 references to TextModifier
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
1046
&& runInfo.TextModifierScope.
TextModifier
.HasDirectionalEmbedding
1170
if (scope.
TextModifier
.HasDirectionalEmbedding)
1186
scope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
1666
runInfo.TextModifierScope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
2514
while ( modifierScope != null && !modifierScope.
TextModifier
.HasDirectionalEmbedding)
2691
if (currentScope.
TextModifier
.HasDirectionalEmbedding)
2693
directionalEmbeddingStack.Push(currentScope.
TextModifier
);