If you set an x:Name for the control in your Xaml then you should be able to refer to the control by name in the matching class for the page. If IntelliSense fails you may need to rebuild.
Yes, I use x:Name, but IntelliSense fails, and I can't to correct it by rebuilding.
What can I do with this, without using data binding?