Example #1
0
 public bool InRange(TextRange range)
 {
     return false;
 }
Example #2
0
 public bool IsEqual(TextRange range)
 {
     return false;
 }
Example #3
0
 public int CompareEndPoints(string compareType, TextRange range)
 {
     return 0;
 }