1 override of HasDirectionalEmbedding
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
138public override bool HasDirectionalEmbedding
5 references to HasDirectionalEmbedding
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
1062&& runInfo.TextModifierScope.TextModifier.HasDirectionalEmbedding 1069return modifier != null && modifier.HasDirectionalEmbedding; 1186if (scope.TextModifier.HasDirectionalEmbedding) 2530while ( modifierScope != null && !modifierScope.TextModifier.HasDirectionalEmbedding) 2707if (currentScope.TextModifier.HasDirectionalEmbedding)