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