1 override of HasDirectionalEmbedding
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
136public override bool HasDirectionalEmbedding
5 references to HasDirectionalEmbedding
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
1047&& runInfo.TextModifierScope.TextModifier.HasDirectionalEmbedding 1054return modifier != null && modifier.HasDirectionalEmbedding; 1171if (scope.TextModifier.HasDirectionalEmbedding) 2515while ( modifierScope != null && !modifierScope.TextModifier.HasDirectionalEmbedding) 2692if (currentScope.TextModifier.HasDirectionalEmbedding)