ReSharper ReactiveUI ReactiveUI.raisePropertyChanged(string), , :
:

:

ReSharper INotifyPropertyChanged, ReSharper 7. , , , ReactiveUI.raisePropertyChanged(string), ReSharper [NotifyPropertyChangedInvocator]. , INotifyPropertyChanged, ReSharper "change notification".
. RaiseAndSetIfPropertyChanged . , ReactiveObject, :
public abstract class ReactiveObjectBase : ReactiveObject
{
[NotifyPropertyChangedInvocator]
protected void RaiseAndSetIfPropertyChanged<T>(ref T obj, T value, string propertyName)
{
}
}
( ), NotifyPropertyChangedInvocator.
ReactiveObjectBase, :

, !