I would like to replace a button with a canvas as a control tool in my app (so that I can draw on it instead of displaying an image).
Before I delete the button, I would like to make sure that I found all places where I use it (I am turning the "enabled" property on and off at certain stages of the app).
Is there some kind of a search facility that shows me the blocks related to the button?
When I click on "delete", I do get a message to be careful, because all related blocks will be deleted. My question is about a way to find these blocks (apart from of course looking through all the code).