1 write to ControlRuns
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
79ControlRuns = new LSRun[3];
6 references to ControlRuns
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2757TextStore.ControlRuns[(int)plsrun]
MS\Internal\TextFormatting\TextStore.cs (5)
81ControlRuns[0] = new LSRun(Plsrun.CloseAnchor, esc.szObjectTerminator); 82ControlRuns[1] = new LSRun(Plsrun.Reverse, esc.szObjectReplacement); 83ControlRuns[2] = new LSRun(Plsrun.FakeLineBreak, esc.szLineSeparator); 750lsrun = ControlRuns[(int)plsrun]; 1827ControlRuns[(int)plsrun]