4 instantiations of TextRunInfo
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
448return new TextRunInfo( 672runInfo = new TextRunInfo( 692runInfo = new TextRunInfo( 712runInfo = new TextRunInfo(
30 references to TextRunInfo
PresentationCore (30)
MS\Internal\TextFormatting\FormatSettings.cs (1)
192switch (TextRunInfo.GetRunType(textRun))
MS\Internal\TextFormatting\LineServicesRun.cs (4)
17private TextRunInfo _runInfo; // TextRun Info of the text 36TextRunInfo runInfo, 69TextRunInfo runInfo, 126TextRunInfo runInfo,
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
108Plsrun plsrun = TextRunInfo.GetRunType(textRun); 196if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 285if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (22)
176TextRunInfo runInfo; 396internal TextRunInfo FetchTextRun(int cpFetch) 413Plsrun runType = TextRunInfo.GetRunType(textRun); 485TextRunInfo runInfo, 599private TextRunInfo CreateSpecialRunFromTextContent( 600TextRunInfo runInfo, 661TextRunInfo nextRunInfo = FetchTextRun(_cpFirst + cchFetched + 1); 827TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 856TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 897TextRunInfo currentRunInfo = (TextRunInfo) runInfoVector[i].element; 933currentRunInfo = (TextRunInfo) runInfoVector[i].element; 1043private bool IsEndOfDirectionalModifier(TextRunInfo runInfo) 1119TextRunInfo runInfo = (TextRunInfo)span.element; 1297TextRunInfo runInfo = (TextRunInfo)runInfoSpanRider.CurrentElement; 1490TextRunInfo runInfo, 1648TextRunInfo runInfo, 1745TextRunInfo runInfo,