10 references to TextModifierScope
PresentationCore (10)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
465
get { return _runInfo.
TextModifierScope
; }
MS\Internal\TextFormatting\TextStore.cs (9)
682
runInfo.
TextModifierScope
702
runInfo.
TextModifierScope
722
runInfo.
TextModifierScope
1045
return ( runInfo.
TextModifierScope
!= null
1046
&& runInfo.
TextModifierScope
.TextModifier.HasDirectionalEmbedding
1360
numberContext = GetNumberContext(runInfo.
TextModifierScope
);
1665
bool isRightToLeftParagraph = (runInfo.
TextModifierScope
!= null) ?
1666
runInfo.
TextModifierScope
.TextModifier.FlowDirection == FlowDirection.RightToLeft :
1678
runInfo.
TextModifierScope
,