3 references to DEFAULT_BUTTON3
PresentationFramework (3)
System\Windows\MessageBox.cs (3)
343
if (result == MessageBoxResult.Cancel) return
DEFAULT_BUTTON3
;
350
if (result == MessageBoxResult.Ignore) return
DEFAULT_BUTTON3
;
354
if (result == MessageBoxResult.Continue) return
DEFAULT_BUTTON3
;