14 references to TextRun
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
525get { return _runInfo.TextRun; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (13)
210( IsDirectionalModifier(runInfo.TextRun as TextModifier) 223if(runInfo.TextRun is ITextSymbols) 690if (nextRunInfo != null && nextRunInfo.TextRun is ITextSymbols) 703runInfo.TextRun, 723runInfo.TextRun, 743runInfo.TextRun, 925TextModifier modifier = currentRunInfo.TextRun as TextModifier; 962( IsDirectionalModifier(currentRunInfo.TextRun as TextModifier) 1074&& runInfo.TextRun is TextEndOfSegment 1590(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize), 1688ITextSymbols textSymbols = runInfo.TextRun as ITextSymbols; 1712TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1742(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize),