Hi
Do you know some (tricky) way how to watch when and who chage a property.
It is a Form.Visible. Whole time I am watching the vlaue in debugger, it is set to false and it is right. But after opening the window, it is true and the form is visible.
How can I investigate the point, where the setting gets changed? It is quite important for me.
Note, I am not sure, if the change is caused by my code or core classes. Because there is many reflection and delegates, I am not able to debug the whole flow of control in my application.

1 answers
Well, If you use Call Stack window during Debugging than that will give you more idea about background operations. ..
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!