Represents a point in the document used for navigation.
Inheritance: ManagedRange
 private NavigationPont NewRange(int pos)
 {
     var mr = new NavigationPont(pos, Scintilla);
     Scintilla.ManagedRanges.Add(mr);
     return mr;
 }