I have a code like this:
public class SomeClass { int _processProgress; public int ProcessProgress { get { return _processProgress; }
Yes, it will unsubscribe everyone from the event. There is a (bit indirect IMHO) reference to this here:
When all subscribers have unsubscribed from an event, the event instance in the publisher class is set to null.
null