I have a property inside a class that is getting changed by something. The only place I change the value of this code is a line that looks like this:
pushpin.Pos
You need to set a data breakpoint. A data breakpoint will cause the debugger to break when a certain memory address has changed.
More detailed description and instructions how to set a data breakpoint.