4 instantiations of TextRunInfo
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
464return new TextRunInfo( 688runInfo = new TextRunInfo( 708runInfo = new TextRunInfo( 728runInfo = new TextRunInfo(
30 references to TextRunInfo
PresentationCore (30)
MS\Internal\TextFormatting\FormatSettings.cs (1)
198switch (TextRunInfo.GetRunType(textRun))
MS\Internal\TextFormatting\LineServicesRun.cs (4)
32private TextRunInfo _runInfo; // TextRun Info of the text 51TextRunInfo runInfo, 84TextRunInfo runInfo, 141TextRunInfo runInfo,
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
123Plsrun plsrun = TextRunInfo.GetRunType(textRun); 211if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 300if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (22)
192TextRunInfo runInfo; 412internal TextRunInfo FetchTextRun(int cpFetch) 429Plsrun runType = TextRunInfo.GetRunType(textRun); 501TextRunInfo runInfo, 615private TextRunInfo CreateSpecialRunFromTextContent( 616TextRunInfo runInfo, 677TextRunInfo nextRunInfo = FetchTextRun(_cpFirst + cchFetched + 1); 843TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 872TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 913TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 949currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1059private bool IsEndOfDirectionalModifier(TextRunInfo runInfo) 1135TextRunInfo runInfo = (TextRunInfo)span.element; 1313TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 1506TextRunInfo runInfo, 1664TextRunInfo runInfo, 1761TextRunInfo runInfo,