3 references to new
DesignSurfaceExt (3)
Framework\Range.cs (3)
91
public static Range StartAt(Index start) =>
new
(start, Index.End);
94
public static Range EndAt(Index end) =>
new
(Index.Start, end);
97
public static Range All =>
new
(Index.Start, Index.End);