1 override of HasDirectionalEmbedding
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
135
public override bool
HasDirectionalEmbedding
5 references to HasDirectionalEmbedding
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
1046
&& runInfo.TextModifierScope.TextModifier.
HasDirectionalEmbedding
1053
return modifier != null && modifier.
HasDirectionalEmbedding
;
1170
if (scope.TextModifier.
HasDirectionalEmbedding
)
2514
while ( modifierScope != null && !modifierScope.TextModifier.
HasDirectionalEmbedding
)
2691
if (currentScope.TextModifier.
HasDirectionalEmbedding
)