此论坛已关闭。感谢你的参与。
有的,例如FrameworkElement类的FindName方法,与javascript中getElementById很像:
TextBox tb = this.FindName("textBox1") as TextBox;