7 references to Run
PresentationFramework (7)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (7)
44
_runList.Add(new
Run
(textContainerStart, RunType.Dirty));
148
_runList.Insert(runIndex + 1, new
Run
(start, RunType.Error));
155
_runList.Insert(runIndex + 1, new
Run
(end, RunType.Clean));
481
newRun = new
Run
(end, oppositeRunType);
497
newRun = new
Run
(start, runType);
506
newRun = new
Run
(start, runType);
508
newRun = new
Run
(end, oppositeRunType);