10 references to TextModifierScope
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
495
get { return _runInfo.
TextModifierScope
; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (9)
709
runInfo.
TextModifierScope
729
runInfo.
TextModifierScope
749
runInfo.
TextModifierScope
1072
return ( runInfo.
TextModifierScope
!= null
1073
&& runInfo.
TextModifierScope
.TextModifier.HasDirectionalEmbedding
1387
numberContext = GetNumberContext(runInfo.
TextModifierScope
);
1692
bool isRightToLeftParagraph = (runInfo.
TextModifierScope
!= null) ?
1693
runInfo.
TextModifierScope
.TextModifier.FlowDirection == FlowDirection.RightToLeft :
1705
runInfo.
TextModifierScope
,