1 instantiation of LineBreakRun
PresentationFramework (1)
MS\Internal\PtsHost\LineBase.cs (1)
169run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak);
4 references to LineBreakRun
PresentationFramework (4)
MS\Internal\PtsHost\Line.cs (2)
952else if (run is LineBreakRun) 954formatResult = ((LineBreakRun)run).BreakReason;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
215else if (run is LineBreakRun) 217formatResult = ((LineBreakRun)run).BreakReason;