7 references to TextModifier
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (7)
1073
&& runInfo.TextModifierScope.
TextModifier
.HasDirectionalEmbedding
1197
if (scope.
TextModifier
.HasDirectionalEmbedding)
1213
scope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
1693
runInfo.TextModifierScope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
2540
while ( modifierScope != null && !modifierScope.
TextModifier
.HasDirectionalEmbedding)
2717
if (currentScope.
TextModifier
.HasDirectionalEmbedding)
2719
directionalEmbeddingStack.Push(currentScope.
TextModifier
);