public void SetTextExtract(FileExtract value) {
   _extractPosition = value;
   OnPropertyChanged(ReflectionUtils.GetPropertyName(this, x => x.DisplayText));
   OnPropertyChanged(ReflectionUtils.GetPropertyName(this, x => x.LineColumnText));
   OnPropertyChanged(ReflectionUtils.GetPropertyName(this, x => x.TextBeforeMatch));
   OnPropertyChanged(ReflectionUtils.GetPropertyName(this, x => x.MatchText));
   OnPropertyChanged(ReflectionUtils.GetPropertyName(this, x => x.TextAfterMatch));
 }
 public void SetTextExtract(FileExtract value)
 {
     _fileExtract = value;
       OnPropertyChanged("DisplayText");
 }