diff --git a/xml/System.Windows/MessageBoxButton.xml b/xml/System.Windows/MessageBoxButton.xml index 70b996d1530..cf71130564d 100644 --- a/xml/System.Windows/MessageBoxButton.xml +++ b/xml/System.Windows/MessageBoxButton.xml @@ -61,7 +61,7 @@ The value of the button that a user clicks is returned by 2 - To be added. + The message box displays **Abort**, **Retry**, and **Ignore** buttons. @@ -81,7 +81,7 @@ The value of the button that a user clicks is returned by 6 - To be added. + The message box displays **Cancel**, **Retry**, and **Continue** buttons. @@ -155,7 +155,7 @@ The value of the button that a user clicks is returned by 5 - To be added. + The message box displays **Retry and **Cancel** buttons. diff --git a/xml/System.Windows/MessageBoxResult.xml b/xml/System.Windows/MessageBoxResult.xml index 78efeac9c0a..9332adfcc3e 100644 --- a/xml/System.Windows/MessageBoxResult.xml +++ b/xml/System.Windows/MessageBoxResult.xml @@ -67,7 +67,7 @@ 3 - To be added. + The result value of the message box is **Abort** (usually sent from a button labeled Abort). @@ -114,7 +114,7 @@ 11 - To be added. + The result value of the message box is **Continue** (usually sent from a button labeled Continue). @@ -134,7 +134,7 @@ 5 - To be added. + The result value of the message box is **Ignore** (usually sent from a button labeled Ignore). @@ -235,7 +235,7 @@ 4 - To be added. + The result value of the message box is **Retry** (usually sent from a button labeled Retry). @@ -255,7 +255,7 @@ 10 - To be added. + The result value of the message box is **TryAgain** (usually sent from a button labeled Try Again).