14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
495get { return _runInfo.TextRun; }
MS\Internal\TextFormatting\TextStore.cs (13)
190( IsDirectionalModifier(runInfo.TextRun as TextModifier) 203if(runInfo.TextRun is ITextSymbols) 663if (nextRunInfo != null && nextRunInfo.TextRun is ITextSymbols) 676runInfo.TextRun, 696runInfo.TextRun, 716runInfo.TextRun, 898TextModifier modifier = currentRunInfo.TextRun as TextModifier; 935( IsDirectionalModifier(currentRunInfo.TextRun as TextModifier) 1047&& runInfo.TextRun is TextEndOfSegment 1563(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize), 1661ITextSymbols textSymbols = runInfo.TextRun as ITextSymbols; 1685TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1718(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize),