Example #1
0
 public void SetIndex(TextRangeUnit unit, int index, bool extend)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public int StartOf(TextRangeUnit unit, bool extend)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public int GetIndex(TextRangeUnit unit)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public int MoveStart(TextRangeUnit unit, int count)
 {
     throw new NotImplementedException();
 }
Example #5
0
        public int Expand(TextRangeUnit unit)
        {
            // Do nothing

            return 0;
        }
Example #6
0
 public int Delete(TextRangeUnit unit, int count)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public int MoveUp(TextRangeUnit unit, int count, bool extend)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public int HomeKey(TextRangeUnit unit, bool extend)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public int Expand(TextRangeUnit unit)
 {
     throw new NotImplementedException();
 }