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