14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
510get { return _runInfo.TextRun; }
MS\Internal\TextFormatting\TextStore.cs (13)
206( IsDirectionalModifier(runInfo.TextRun as TextModifier) 219if(runInfo.TextRun is ITextSymbols) 679if (nextRunInfo != null && nextRunInfo.TextRun is ITextSymbols) 692runInfo.TextRun, 712runInfo.TextRun, 732runInfo.TextRun, 914TextModifier modifier = currentRunInfo.TextRun as TextModifier; 951( IsDirectionalModifier(currentRunInfo.TextRun as TextModifier) 1063&& runInfo.TextRun is TextEndOfSegment 1579(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize), 1677ITextSymbols textSymbols = runInfo.TextRun as ITextSymbols; 1701TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1734(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize),