3 references to DEFAULT_BUTTON2
PresentationFramework (3)
System\Windows\MessageBox.cs (3)
325
if (result == MessageBoxResult.Cancel) return
DEFAULT_BUTTON2
;
328
if (result == MessageBoxResult.No) return
DEFAULT_BUTTON2
;
331
if (result == MessageBoxResult.No) return
DEFAULT_BUTTON2
;