Parent user control:
Child user control (ucCM.xaml):
I have tried with this code, but it isn't working because "this.Parent" returns null.
ComboBox cmbA = (ComboBox)((this.Parent) as UserControl).FindName("cmbA");
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 3, 2014, 9:30 AM
http://stackoverflow.com/questions/302839/wpf-user-control-parent