4 instantiations of TextRunInfo
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
470return new TextRunInfo( 699runInfo = new TextRunInfo( 719runInfo = new TextRunInfo( 739runInfo = new TextRunInfo(
30 references to TextRunInfo
PresentationCore (30)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
205switch (TextRunInfo.GetRunType(textRun))
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (4)
42private TextRunInfo _runInfo; // TextRun Info of the text 61TextRunInfo runInfo, 94TextRunInfo runInfo, 156TextRunInfo runInfo,
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
129Plsrun plsrun = TextRunInfo.GetRunType(textRun); 217if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 306if ( TextRunInfo.GetRunType(run) == Plsrun.Text
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (22)
196TextRunInfo runInfo; 418internal TextRunInfo FetchTextRun(int cpFetch) 435Plsrun runType = TextRunInfo.GetRunType(textRun); 507TextRunInfo runInfo, 626private TextRunInfo CreateSpecialRunFromTextContent( 627TextRunInfo runInfo, 688TextRunInfo nextRunInfo = FetchTextRun(_cpFirst + cchFetched + 1); 854TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 883TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 924TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 960currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1070private bool IsEndOfDirectionalModifier(TextRunInfo runInfo) 1146TextRunInfo runInfo = (TextRunInfo)span.element; 1324TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 1517TextRunInfo runInfo, 1675TextRunInfo runInfo, 1769TextRunInfo runInfo,