Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change languageinput to cref
  • Loading branch information
gewarren committed Jul 10, 2020
commit 082cd6470066786050b6ed63afda20f6d3354af6
2 changes: 1 addition & 1 deletion xml/System.Windows.Forms/InputLanguageChangedEventArgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<param name="charSet">The character set associated with the new input language.</param>
<summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.InputLanguageChangedEventArgs" /> class with the specified locale and character set.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">.NET 5.0 and later: An <see langword="InputLanguage" /> cannot be retrieved for <paramref name="culture" />.</exception>
<exception cref="T:System.ArgumentException">.NET 5.0 and later: An <see cref="T:System.Windows.Forms.InputLanguage" /> cannot be retrieved for <paramref name="culture" />.</exception>
<altmember cref="T:System.Windows.Forms.InputLanguage" />
<altmember cref="T:System.Globalization.CultureInfo" />
</Docs>
Expand Down