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