1 write to OKButton
Microsoft.VisualStudio.LanguageServices (1)
PickMembersDialog.g.cs (1)
215
this.
OKButton
= ((System.Windows.Controls.Button)(target));
2 references to OKButton
Microsoft.VisualStudio.LanguageServices (2)
PickMembers\PickMembersDialog.xaml.cs (1)
158
public Button OKButton => _dialog.
OKButton
;
PickMembersDialog.g.cs (1)
218
this.
OKButton
.Click += new System.Windows.RoutedEventHandler(this.OK_Click);