1 instantiation of LineBreakRun
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
174run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak);
4 references to LineBreakRun
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
955else if (run is LineBreakRun) 957formatResult = ((LineBreakRun)run).BreakReason;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (2)
219else if (run is LineBreakRun) 221formatResult = ((LineBreakRun)run).BreakReason;