4 instantiations of TextRunInfo
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
449return new TextRunInfo( 673runInfo = new TextRunInfo( 693runInfo = new TextRunInfo( 713runInfo = new TextRunInfo(
30 references to TextRunInfo
PresentationCore (30)
MS\Internal\TextFormatting\FormatSettings.cs (1)
193switch (TextRunInfo.GetRunType(textRun))
MS\Internal\TextFormatting\LineServicesRun.cs (4)
18private TextRunInfo _runInfo; // TextRun Info of the text 37TextRunInfo runInfo, 70TextRunInfo runInfo, 127TextRunInfo runInfo,
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
109Plsrun plsrun = TextRunInfo.GetRunType(textRun); 197if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 286if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (22)
177TextRunInfo runInfo; 397internal TextRunInfo FetchTextRun(int cpFetch) 414Plsrun runType = TextRunInfo.GetRunType(textRun); 486TextRunInfo runInfo, 600private TextRunInfo CreateSpecialRunFromTextContent( 601TextRunInfo runInfo, 662TextRunInfo nextRunInfo = FetchTextRun(_cpFirst + cchFetched + 1); 828TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 857TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 898TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 934currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1044private bool IsEndOfDirectionalModifier(TextRunInfo runInfo) 1120TextRunInfo runInfo = (TextRunInfo)span.element; 1298TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 1491TextRunInfo runInfo, 1649TextRunInfo runInfo, 1746TextRunInfo runInfo,