1 override of HasDirectionalEmbedding
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
146
public override bool
HasDirectionalEmbedding
5 references to HasDirectionalEmbedding
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
1073
&& runInfo.TextModifierScope.TextModifier.
HasDirectionalEmbedding
1080
return modifier != null && modifier.
HasDirectionalEmbedding
;
1197
if (scope.TextModifier.
HasDirectionalEmbedding
)
2540
while ( modifierScope != null && !modifierScope.TextModifier.
HasDirectionalEmbedding
)
2717
if (currentScope.TextModifier.
HasDirectionalEmbedding
)