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