10 references to TextModifierScope
PresentationCore (10)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
480
get { return _runInfo.
TextModifierScope
; }
MS\Internal\TextFormatting\TextStore.cs (9)
698
runInfo.
TextModifierScope
718
runInfo.
TextModifierScope
738
runInfo.
TextModifierScope
1061
return ( runInfo.
TextModifierScope
!= null
1062
&& runInfo.
TextModifierScope
.TextModifier.HasDirectionalEmbedding
1376
numberContext = GetNumberContext(runInfo.
TextModifierScope
);
1681
bool isRightToLeftParagraph = (runInfo.
TextModifierScope
!= null) ?
1682
runInfo.
TextModifierScope
.TextModifier.FlowDirection == FlowDirection.RightToLeft :
1694
runInfo.
TextModifierScope
,