10 references to TextModifierScope
PresentationCore (10)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
466
get { return _runInfo.
TextModifierScope
; }
MS\Internal\TextFormatting\TextStore.cs (9)
683
runInfo.
TextModifierScope
703
runInfo.
TextModifierScope
723
runInfo.
TextModifierScope
1046
return ( runInfo.
TextModifierScope
!= null
1047
&& runInfo.
TextModifierScope
.TextModifier.HasDirectionalEmbedding
1361
numberContext = GetNumberContext(runInfo.
TextModifierScope
);
1666
bool isRightToLeftParagraph = (runInfo.
TextModifierScope
!= null) ?
1667
runInfo.
TextModifierScope
.TextModifier.FlowDirection == FlowDirection.RightToLeft :
1679
runInfo.
TextModifierScope
,