1 instantiation of LineBreakRun
PresentationFramework (1)
MS\Internal\PtsHost\LineBase.cs (1)
158run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak);
4 references to LineBreakRun
PresentationFramework (4)
MS\Internal\PtsHost\Line.cs (2)
933else if (run is LineBreakRun) 935formatResult = ((LineBreakRun)run).BreakReason;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
199else if (run is LineBreakRun) 201formatResult = ((LineBreakRun)run).BreakReason;