3 references to DEFAULT_BUTTON2
PresentationFramework (3)
System\Windows\MessageBox.cs (3)
332
if (result == MessageBoxResult.Cancel) return
DEFAULT_BUTTON2
;
335
if (result == MessageBoxResult.No) return
DEFAULT_BUTTON2
;
338
if (result == MessageBoxResult.No) return
DEFAULT_BUTTON2
;