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