As pointed out by @HighCore the solution is to specify d:DataContext
attribute from blend SDK, however, it worked only when set on a Style element itsself, not in the property setter:
This removes Resharper's warning and also changes binding Path when property is renaimed on the ViewModel. Cool!