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