From 87fc0dbeb985703f41f31568aef28bffb3ec941a Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:42:24 -0700 Subject: [PATCH 1/2] add MemberGroup descriptions --- xml/System.Windows.Documents/LineBreak.xml | 5 + xml/System.Windows.Forms/AccessibleObject.xml | 10 + xml/System.Windows.Forms/AxHost+State.xml | 5 + .../BindingMemberInfo.xml | 5 + xml/System.Windows.Forms/Control.xml | 20 + ...ainUpDown+DomainUpDownAccessibleObject.xml | 5 + xml/System.Windows.Forms/DragEventArgs.xml | 5 + .../DrawItemEventArgs.xml | 5 + xml/System.Windows.Forms/Form.xml | 5 + .../GiveFeedbackEventArgs.xml | 5 + xml/System.Windows.Forms/LinkArea.xml | 5 + .../LinkClickedEventArgs.xml | 5 + xml/System.Windows.Forms/Message.xml | 5 + xml/System.Windows.Forms/Padding.xml | 5 + .../TableLayoutPanelCellPosition.xml | 5 + xml/System.Windows.Forms/TaskDialog.xml | 10 + xml/System.Windows.Forms/TaskDialogButton.xml | 1531 +++++++++-------- .../TaskDialogCommandLinkButton.xml | 5 + .../TaskDialogExpander.xml | 5 + .../TaskDialogFootnote.xml | 5 + xml/System.Windows.Forms/TaskDialogIcon.xml | 5 + .../TaskDialogProgressBar.xml | 5 + .../TaskDialogRadioButton.xml | 5 + .../TaskDialogVerificationCheckBox.xml | 5 + xml/System.Windows.Forms/ToolStripItem.xml | 5 + .../ToolStripRenderer.xml | 5 + xml/System.Windows.Forms/UserControl.xml | 5 + .../XmlAttributeProperties.xml | 5 + .../EasingByteKeyFrame.xml | 5 + .../EasingColorKeyFrame.xml | 5 + .../EasingDecimalKeyFrame.xml | 5 + .../EasingDoubleKeyFrame.xml | 5 + .../EasingInt16KeyFrame.xml | 5 + .../EasingInt32KeyFrame.xml | 5 + .../EasingInt64KeyFrame.xml | 5 + .../EasingSingleKeyFrame.xml | 5 + .../TextLine.xml | 5 + xml/System.Windows.Threading/Dispatcher.xml | 10 + xml/System.Windows.Xps/XpsDocumentWriter.xml | 5 + .../RoutedPropertyChangedEventArgs`1.xml | 5 + xml/System.Windows/ThemeMode.xml | 5 + 41 files changed, 998 insertions(+), 763 deletions(-) diff --git a/xml/System.Windows.Documents/LineBreak.xml b/xml/System.Windows.Documents/LineBreak.xml index 6d423a9cb3c..b380e8d385e 100644 --- a/xml/System.Windows.Documents/LineBreak.xml +++ b/xml/System.Windows.Documents/LineBreak.xml @@ -39,6 +39,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/AccessibleObject.xml b/xml/System.Windows.Forms/AccessibleObject.xml index c05748aca86..56f6ff68f48 100644 --- a/xml/System.Windows.Forms/AccessibleObject.xml +++ b/xml/System.Windows.Forms/AccessibleObject.xml @@ -1781,6 +1781,11 @@ This method must be overridden in derived classes that support the UI automation + + + Gets a object corresponding to a specified method under specified search constraints. For a description of this member, see . + + @@ -2009,6 +2014,11 @@ This method must be overridden in derived classes that support the UI automation + + + Gets a object corresponding to a specified property under specified search constraints. For a description of this member, see . + + diff --git a/xml/System.Windows.Forms/AxHost+State.xml b/xml/System.Windows.Forms/AxHost+State.xml index 64a242193aa..b7be550117a 100644 --- a/xml/System.Windows.Forms/AxHost+State.xml +++ b/xml/System.Windows.Forms/AxHost+State.xml @@ -161,6 +161,11 @@ + + + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + + diff --git a/xml/System.Windows.Forms/BindingMemberInfo.xml b/xml/System.Windows.Forms/BindingMemberInfo.xml index ad4335874a8..ce53692707b 100644 --- a/xml/System.Windows.Forms/BindingMemberInfo.xml +++ b/xml/System.Windows.Forms/BindingMemberInfo.xml @@ -248,6 +248,11 @@ + + + Indicates whether the current object is equal to another object of the same type. + + diff --git a/xml/System.Windows.Forms/Control.xml b/xml/System.Windows.Forms/Control.xml index e538d4549aa..0fbc9a879de 100644 --- a/xml/System.Windows.Forms/Control.xml +++ b/xml/System.Windows.Forms/Control.xml @@ -4609,6 +4609,11 @@ The following table lists Windows Forms controls and which event ( + + + Begins a drag operation. + + @@ -8132,6 +8137,11 @@ MyControl.Font = New Font(MyControl.Font, _ To be added. + + + Invokes the specified synchronous callback asynchronously on the thread that owns the control's handle. + + @@ -8207,6 +8217,11 @@ MyControl.Font = New Font(MyControl.Font, _ The control's handle is not yet created. + + + Executes the specified asynchronous callback on the thread that owns the control's handle. + + @@ -9603,6 +9618,11 @@ The following code example displays a message box indicating whether the specifi + + + Converts a Logical DPI value to its equivalent DeviceUnit DPI value. + + diff --git a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml index ca9298b57c4..26e89275e70 100644 --- a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml +++ b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml @@ -61,6 +61,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/DragEventArgs.xml b/xml/System.Windows.Forms/DragEventArgs.xml index 4f4a09c6aa2..bf86e431fb4 100644 --- a/xml/System.Windows.Forms/DragEventArgs.xml +++ b/xml/System.Windows.Forms/DragEventArgs.xml @@ -80,6 +80,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/DrawItemEventArgs.xml b/xml/System.Windows.Forms/DrawItemEventArgs.xml index 8e888395e9b..70e989b4ffa 100644 --- a/xml/System.Windows.Forms/DrawItemEventArgs.xml +++ b/xml/System.Windows.Forms/DrawItemEventArgs.xml @@ -251,6 +251,11 @@ + + + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + + diff --git a/xml/System.Windows.Forms/Form.xml b/xml/System.Windows.Forms/Form.xml index 3ebccf7ee03..4862169af49 100644 --- a/xml/System.Windows.Forms/Form.xml +++ b/xml/System.Windows.Forms/Form.xml @@ -7705,6 +7705,11 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another + + + Shows the form as a modal dialog box asynchronously. + + diff --git a/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml b/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml index 204eb87c553..320980970ab 100644 --- a/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml +++ b/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml @@ -63,6 +63,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/LinkArea.xml b/xml/System.Windows.Forms/LinkArea.xml index b4360698a8d..f23e8f17aae 100644 --- a/xml/System.Windows.Forms/LinkArea.xml +++ b/xml/System.Windows.Forms/LinkArea.xml @@ -96,6 +96,11 @@ To be added. + + + Indicates whether the current object is equal to another object of the same type. + + diff --git a/xml/System.Windows.Forms/LinkClickedEventArgs.xml b/xml/System.Windows.Forms/LinkClickedEventArgs.xml index 26ff3ab27f2..3fd5b78935f 100644 --- a/xml/System.Windows.Forms/LinkClickedEventArgs.xml +++ b/xml/System.Windows.Forms/LinkClickedEventArgs.xml @@ -56,6 +56,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/Message.xml b/xml/System.Windows.Forms/Message.xml index 26f73149ed8..96b853e8446 100644 --- a/xml/System.Windows.Forms/Message.xml +++ b/xml/System.Windows.Forms/Message.xml @@ -118,6 +118,11 @@ + + + Determines whether the specified object is equal to the current object. + + diff --git a/xml/System.Windows.Forms/Padding.xml b/xml/System.Windows.Forms/Padding.xml index 8953413c5b8..76167ef8c9f 100644 --- a/xml/System.Windows.Forms/Padding.xml +++ b/xml/System.Windows.Forms/Padding.xml @@ -388,6 +388,11 @@ Margin and Padding in Windows Forms Controls + + + Indicates whether the current object is equal to another object of the same type. + + diff --git a/xml/System.Windows.Forms/TableLayoutPanelCellPosition.xml b/xml/System.Windows.Forms/TableLayoutPanelCellPosition.xml index 67dad2bb084..e8adbfc5f26 100644 --- a/xml/System.Windows.Forms/TableLayoutPanelCellPosition.xml +++ b/xml/System.Windows.Forms/TableLayoutPanelCellPosition.xml @@ -127,6 +127,11 @@ + + + Indicates whether the current object is equal to another object of the same type. + + diff --git a/xml/System.Windows.Forms/TaskDialog.xml b/xml/System.Windows.Forms/TaskDialog.xml index 280e0654f20..12c1946c7e9 100644 --- a/xml/System.Windows.Forms/TaskDialog.xml +++ b/xml/System.Windows.Forms/TaskDialog.xml @@ -113,6 +113,11 @@ To be added. + + + Shows the task dialog. + + @@ -246,6 +251,11 @@ The specified contains an invalid configuration. + + + Shows the task dialog with the specified owner asynchronously. + + diff --git a/xml/System.Windows.Forms/TaskDialogButton.xml b/xml/System.Windows.Forms/TaskDialogButton.xml index 713938e05a9..0d3ca831316 100644 --- a/xml/System.Windows.Forms/TaskDialogButton.xml +++ b/xml/System.Windows.Forms/TaskDialogButton.xml @@ -1,33 +1,33 @@ - - - - - - - - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogControl - - - - - [System.Runtime.CompilerServices.Nullable(0)] - [<System.Runtime.CompilerServices.Nullable(0)>] - - - - Represents a button control of a task dialog. - + + + + + + + + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogControl + + + + + [System.Runtime.CompilerServices.Nullable(0)] + [<System.Runtime.CompilerServices.Nullable(0)>] + + + + Represents a button control of a task dialog. + [!NOTE] > It's not possible to show both custom buttons and command links ( instances) at the same time - it's only one or the other. In either case, you can combine them with standard buttons. - ]]> - - - - - - - - - - Constructor - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - - Initializes a new instance of the class. - To be added. - - - - - - - - - Constructor - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - - - - - - The text of the control. - A value that indicates if the button should be enabled. - A value that indicates whether the task dialog should close when this button is clicked. - Initializes a new instance of the class using the given text and, optionally, a description text. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Abort button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - Gets or sets a value that indicates whether the task dialog should close when this button is clicked. Or, if this button is the button, indicates whether the should be raised. - - if the task dialog should close when this button is clicked; otherwise, . The default value is . - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Cancel button. - To be added. - + ]]> + + + + + + Initializes a new instance of the class. + + + + + + + + + Constructor + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + + Initializes a new instance of the class. + To be added. + + + + + + + + + Constructor + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + + + + + + The text of the control. + A value that indicates if the button should be enabled. + A value that indicates whether the task dialog should close when this button is clicked. + Initializes a new instance of the class using the given text and, optionally, a description text. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Abort button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + Gets or sets a value that indicates whether the task dialog should close when this button is clicked. Or, if this button is the button, indicates whether the should be raised. + + if the task dialog should close when this button is clicked; otherwise, . The default value is . + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Cancel button. + To be added. + ). - ]]> - - - - - - - - - - - Event - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - - [System.Runtime.CompilerServices.Nullable(2)] - [<System.Runtime.CompilerServices.Nullable(2)>] - - - - System.EventHandler - - - Occurs when the button is clicked. - + ]]> + + + + + + + + + + + Event + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + System.EventHandler + + + Occurs when the button is clicked. + property to `false`. - ]]> - - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Close button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Continue button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - Gets or sets a value indicating whether the button can respond to user interaction. - - if the button can respond to user interaction; otherwise, . The default value is . - + ]]> + + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Close button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Continue button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + Gets or sets a value indicating whether the button can respond to user interaction. + + if the button can respond to user interaction; otherwise, . The default value is . + - - The property is set on a button that is currently bound to a task dialog, but the dialog has just started navigating to a different page. - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Int32 - - - - To be added. - To be added. - To be added. - - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Help button. - To be added. - + ]]> + + The property is set on a button that is currently bound to a task dialog, but the dialog has just started navigating to a different page. + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Help button. + To be added. + event. - ]]> - - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Ignore button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the No button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the OK button. - To be added. - To be added. - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Void - - - - Simulates a click on this button. - To be added. + ]]> + + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Ignore button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the No button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the OK button. + To be added. + To be added. + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Void + + + + Simulates a click on this button. + To be added. This button instance is not currently bound to a task dialog. - or - The task dialog has started navigating to a new page containing this button instance, but the event has not been raised yet. - - or - This button is currently bound to a task dialog, but the dialog has just started navigating to a different page. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Retry button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - Gets or sets a value that indicates if the User Account Control (UAC) shield icon should be shown near the button; that is, whether the action invoked by the button requires elevation. - + - or - This button is currently bound to a task dialog, but the dialog has just started navigating to a different page. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Retry button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + Gets or sets a value that indicates if the User Account Control (UAC) shield icon should be shown near the button; that is, whether the action invoked by the button requires elevation. + to show the UAC shield icon; otherwise, . - The default value is . - + The default value is . + - - The property is set on a button that is currently bound to a task dialog, but the dialog has just started navigating to a different page. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - - [System.Runtime.CompilerServices.Nullable(2)] - [<System.Runtime.CompilerServices.Nullable(2)>] - - - - System.String - - - Gets or sets the text associated with this control. - The text associated with this control. The default value is . - + ]]> + + The property is set on a button that is currently bound to a task dialog, but the dialog has just started navigating to a different page. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + System.String + + + Gets or sets the text associated with this control. + The text associated with this control. The default value is . + - + ]]> + The property is set and this button instance is a standard button, for which the text is provided by the OS. - - or - The property is set and this button instance is currently bound to a task dialog. - - - - - - - - - - Method - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.String - - - - Returns a string that represents the current control. - A string that contains the control text. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Try Again button. - To be added. - To be added. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Boolean - - - Gets or sets a value that indicates if this should be shown when displaying the task dialog. - To be added. - + - or - The property is set and this button instance is currently bound to a task dialog. + + + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.String + + + + Returns a string that represents the current control. + A string that contains the control text. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Try Again button. + To be added. + To be added. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Boolean + + + Gets or sets a value that indicates if this should be shown when displaying the task dialog. + To be added. + event (e.g. for the button when is set), or to call the method even if the button is not shown. - ]]> - - The property is set and this button instance is currently bound to a task dialog. - - - - - - - - - - Property - - System.Windows.Forms - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 - 11.0.0.0 - - - System.Windows.Forms.TaskDialogButton - - - Gets a standard instance representing the Yes button. - To be added. - To be added. - - - - + ]]> + + The property is set and this button instance is currently bound to a task dialog. + + + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + 11.0.0.0 + + + System.Windows.Forms.TaskDialogButton + + + Gets a standard instance representing the Yes button. + To be added. + To be added. + + + + diff --git a/xml/System.Windows.Forms/TaskDialogCommandLinkButton.xml b/xml/System.Windows.Forms/TaskDialogCommandLinkButton.xml index cfa58b502cf..cc85b551a02 100644 --- a/xml/System.Windows.Forms/TaskDialogCommandLinkButton.xml +++ b/xml/System.Windows.Forms/TaskDialogCommandLinkButton.xml @@ -30,6 +30,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogExpander.xml b/xml/System.Windows.Forms/TaskDialogExpander.xml index b33f1c3d6fe..026e08682ec 100644 --- a/xml/System.Windows.Forms/TaskDialogExpander.xml +++ b/xml/System.Windows.Forms/TaskDialogExpander.xml @@ -30,6 +30,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogFootnote.xml b/xml/System.Windows.Forms/TaskDialogFootnote.xml index d8ca447b3cc..8b10c11bed3 100644 --- a/xml/System.Windows.Forms/TaskDialogFootnote.xml +++ b/xml/System.Windows.Forms/TaskDialogFootnote.xml @@ -30,6 +30,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogIcon.xml b/xml/System.Windows.Forms/TaskDialogIcon.xml index e45301cf5fd..c50140681ee 100644 --- a/xml/System.Windows.Forms/TaskDialogIcon.xml +++ b/xml/System.Windows.Forms/TaskDialogIcon.xml @@ -46,6 +46,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogProgressBar.xml b/xml/System.Windows.Forms/TaskDialogProgressBar.xml index 453616cfb95..fd5fa18a379 100644 --- a/xml/System.Windows.Forms/TaskDialogProgressBar.xml +++ b/xml/System.Windows.Forms/TaskDialogProgressBar.xml @@ -24,6 +24,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogRadioButton.xml b/xml/System.Windows.Forms/TaskDialogRadioButton.xml index e7fda5c2540..8ea4b91ec0a 100644 --- a/xml/System.Windows.Forms/TaskDialogRadioButton.xml +++ b/xml/System.Windows.Forms/TaskDialogRadioButton.xml @@ -30,6 +30,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/TaskDialogVerificationCheckBox.xml b/xml/System.Windows.Forms/TaskDialogVerificationCheckBox.xml index fcc681fcbca..a6aa44ce290 100644 --- a/xml/System.Windows.Forms/TaskDialogVerificationCheckBox.xml +++ b/xml/System.Windows.Forms/TaskDialogVerificationCheckBox.xml @@ -30,6 +30,11 @@ To be added. + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Forms/ToolStripItem.xml b/xml/System.Windows.Forms/ToolStripItem.xml index df01a4acf74..1a2832cac70 100644 --- a/xml/System.Windows.Forms/ToolStripItem.xml +++ b/xml/System.Windows.Forms/ToolStripItem.xml @@ -1899,6 +1899,11 @@ The value assigned is not one of the values. + + + Begins a drag operation. + + diff --git a/xml/System.Windows.Forms/ToolStripRenderer.xml b/xml/System.Windows.Forms/ToolStripRenderer.xml index ecea6ff79c2..cd9cb99183e 100644 --- a/xml/System.Windows.Forms/ToolStripRenderer.xml +++ b/xml/System.Windows.Forms/ToolStripRenderer.xml @@ -2828,6 +2828,11 @@ + + + Applies the and values to scaling the arrow icon based on the specified DPI value. + + diff --git a/xml/System.Windows.Forms/UserControl.xml b/xml/System.Windows.Forms/UserControl.xml index 46e7262d210..148aea26be2 100644 --- a/xml/System.Windows.Forms/UserControl.xml +++ b/xml/System.Windows.Forms/UserControl.xml @@ -777,6 +777,11 @@ To be added. + + + Causes all of the child controls within a control that support validation to validate their data. + + diff --git a/xml/System.Windows.Markup/XmlAttributeProperties.xml b/xml/System.Windows.Markup/XmlAttributeProperties.xml index 2b9c660e80b..d5bd664aa7e 100644 --- a/xml/System.Windows.Markup/XmlAttributeProperties.xml +++ b/xml/System.Windows.Markup/XmlAttributeProperties.xml @@ -222,6 +222,11 @@ xml:space Attribute + + + Sets the value of the attached property of the specified . + + diff --git a/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml index 25a9a7f00d2..d7a53642d54 100644 --- a/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml index 25b6adea5d7..6f6ebef7750 100644 --- a/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml @@ -44,6 +44,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml index 7332e387571..3a6fbc8b451 100644 --- a/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml index f0ef7bf7463..617bc1deb00 100644 --- a/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml @@ -49,6 +49,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml index 6aca9e166e1..2a3486222aa 100644 --- a/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml index 2e71de82eb3..a17bf692de6 100644 --- a/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml index 13a5c55b842..07fc11bbddd 100644 --- a/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml index 8fe5bafbb52..9da71338b07 100644 --- a/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml @@ -35,6 +35,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Media.TextFormatting/TextLine.xml b/xml/System.Windows.Media.TextFormatting/TextLine.xml index 4b3c35a869f..e845cf485c7 100644 --- a/xml/System.Windows.Media.TextFormatting/TextLine.xml +++ b/xml/System.Windows.Media.TextFormatting/TextLine.xml @@ -31,6 +31,11 @@ Advanced Text Formatting Sample + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows.Threading/Dispatcher.xml b/xml/System.Windows.Threading/Dispatcher.xml index d8fd04964ef..5892314f40c 100644 --- a/xml/System.Windows.Threading/Dispatcher.xml +++ b/xml/System.Windows.Threading/Dispatcher.xml @@ -1679,6 +1679,11 @@ The default priority is `DispatcherPriority.Send`. is a negative number other than -1, and this method was invoked across threads. + + + Executes the specified synchronously on the thread the is associated with. + + @@ -1965,6 +1970,11 @@ This method stores in the task it returns all non-usage exceptions that the meth The cancellation token was canceled. This exception is stored into the returned task. + + + Executes the specified asynchronously on the thread the is associated with. + + diff --git a/xml/System.Windows.Xps/XpsDocumentWriter.xml b/xml/System.Windows.Xps/XpsDocumentWriter.xml index ddb537ecf71..b84bc4000f5 100644 --- a/xml/System.Windows.Xps/XpsDocumentWriter.xml +++ b/xml/System.Windows.Xps/XpsDocumentWriter.xml @@ -314,6 +314,11 @@ To be added. + + + Synchronously writes a specified XPS document to the target or . + + diff --git a/xml/System.Windows/RoutedPropertyChangedEventArgs`1.xml b/xml/System.Windows/RoutedPropertyChangedEventArgs`1.xml index 0dfab3626f3..8ee280752cb 100644 --- a/xml/System.Windows/RoutedPropertyChangedEventArgs`1.xml +++ b/xml/System.Windows/RoutedPropertyChangedEventArgs`1.xml @@ -42,6 +42,11 @@ + + + Initializes a new instance of the class. + + diff --git a/xml/System.Windows/ThemeMode.xml b/xml/System.Windows/ThemeMode.xml index 82f78bd41bd..7c81cbc523b 100644 --- a/xml/System.Windows/ThemeMode.xml +++ b/xml/System.Windows/ThemeMode.xml @@ -85,6 +85,11 @@ + + + Checks whether this instance is equal to another ThemeMode object. + + From c25015824eae880129bfb639e6dbe771e1ee90c0 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:39:04 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- xml/System.Windows.Forms/TaskDialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/TaskDialog.xml b/xml/System.Windows.Forms/TaskDialog.xml index 12c1946c7e9..300f375a52e 100644 --- a/xml/System.Windows.Forms/TaskDialog.xml +++ b/xml/System.Windows.Forms/TaskDialog.xml @@ -253,7 +253,7 @@ - Shows the task dialog with the specified owner asynchronously. + Shows the task dialog asynchronously.