Create a property drawer for all properties

Is it possible to create one property drawer that applies to every serialized field in every class?

For more clarification, I’m looking to fix the name of serialized auto-property that [SerializeField] has been added to its backing field:

[field: SerializeField] public int Property { get; set; }