1 write to ControlRuns
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
95
ControlRuns
= new LSRun[3];
6 references to ControlRuns
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2771
TextStore.
ControlRuns
[(int)plsrun]
MS\Internal\TextFormatting\TextStore.cs (5)
97
ControlRuns
[0] = new LSRun(Plsrun.CloseAnchor, esc.szObjectTerminator);
98
ControlRuns
[1] = new LSRun(Plsrun.Reverse, esc.szObjectReplacement);
99
ControlRuns
[2] = new LSRun(Plsrun.FakeLineBreak, esc.szLineSeparator);
766
lsrun =
ControlRuns
[(int)plsrun];
1843
ControlRuns
[(int)plsrun]