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