Skip to content

Commit 2e67e63

Browse files
authored
Apply suggestions from code review
1 parent baeea0d commit 2e67e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Forms/TaskDialog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<Docs>
306306
<param name="hwndOwner">The handle of the owner window, or <see cref="F:System.IntPtr.Zero" /> to show a modeless dialog.</param>
307307
<param name="page">The page instance that contains the contents which this task dialog will display.</param>
308-
<param name="startupLocation">Gets or sets the position of the task dialog when it is shown.</param>
308+
<param name="startupLocation">The position of the task dialog when it is shown.</param>
309309
<summary>Shows the task dialog with the specified owner asynchronously.</summary>
310310
<returns>The <see cref="T:System.Windows.Forms.TaskDialogButton" /> which was clicked by the user to close the dialog.</returns>
311311
<remarks>
@@ -346,7 +346,7 @@
346346
<Docs>
347347
<param name="owner">The owner window.</param>
348348
<param name="page">The page instance that contains the contents which this task dialog will display.</param>
349-
<param name="startupLocation">Gets or sets the position of the task dialog when it is shown.</param>
349+
<param name="startupLocation">The position of the task dialog when it is shown.</param>
350350
<summary>Shows the task dialog with the specified owner asynchronously.</summary>
351351
<returns>The <see cref="T:System.Windows.Forms.TaskDialogButton" /> which was clicked by the user to close the dialog.</returns>
352352
<remarks>

0 commit comments

Comments
 (0)