14 references to TextRun
PresentationCore (14)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
496get { return _runInfo.TextRun; }
MS\Internal\TextFormatting\TextStore.cs (13)
191( IsDirectionalModifier(runInfo.TextRun as TextModifier) 204if(runInfo.TextRun is ITextSymbols) 664if (nextRunInfo != null && nextRunInfo.TextRun is ITextSymbols) 677runInfo.TextRun, 697runInfo.TextRun, 717runInfo.TextRun, 899TextModifier modifier = currentRunInfo.TextRun as TextModifier; 936( IsDirectionalModifier(currentRunInfo.TextRun as TextModifier) 1048&& runInfo.TextRun is TextEndOfSegment 1564(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize), 1662ITextSymbols textSymbols = runInfo.TextRun as ITextSymbols; 1686TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1719(int)Math.Round(realToIdeal * runInfo.TextRun.Properties.FontRenderingEmSize),