7 references to TextModifier
PresentationCore (7)
MS\Internal\TextFormatting\TextStore.cs (7)
1047
&& runInfo.TextModifierScope.
TextModifier
.HasDirectionalEmbedding
1171
if (scope.
TextModifier
.HasDirectionalEmbedding)
1187
scope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
1667
runInfo.TextModifierScope.
TextModifier
.FlowDirection == FlowDirection.RightToLeft :
2515
while ( modifierScope != null && !modifierScope.
TextModifier
.HasDirectionalEmbedding)
2692
if (currentScope.
TextModifier
.HasDirectionalEmbedding)
2694
directionalEmbeddingStack.Push(currentScope.
TextModifier
);