예제 #1
0
파일: Range.cs 프로젝트: csuffyy/Sumerics
 void OnSelectionChanged()
 {
     //clear cache
     cachedTextVersion      = -1;
     cachedText             = null;
     cachedCharIndexToPlace = null;
     //
     if (tb.Selection == this && updating == 0)
     {
         tb.OnSelectionChanged();
     }
 }