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