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