1 write to OKButton
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespaceDialog.g.cs (1)
157this.OKButton = ((System.Windows.Controls.Button)(target));
2 references to OKButton
Microsoft.VisualStudio.LanguageServices (2)
MoveToNamespace\MoveToNamespaceDialog.xaml.cs (1)
58public Button OKButton => _dialog.OKButton;
MoveToNamespaceDialog.g.cs (1)
160this.OKButton.Click += new System.Windows.RoutedEventHandler(this.OK_Click);