Files
dotnet/Documentation/compatibility/wpf-textbox-defaults-to-undo-limit-of-100.md
Ron Petrusha 032b744d3a Misc issues (#644)
* Miscellaneous formatting and link changes

* Proper usage of .NET Framework

* Removed 'please'
2018-02-28 16:06:28 -08:00

615 B

WPF TextBox defaults to undo limit of 100

Scope

Edge

Version Introduced

4.5

Source Analyzer Status

Planned

Change Description

In .NET Framework 4.5, the default undo limit for a WPF textbox is 100 (as opposed to being unlimited in .NET Framework 4.0)

  • Quirked
  • Build-time break

If an undo limit of 100 is too low, the limit can be set explicitly with xref:System.Windows.Controls.Primitives.TextBoxBase.UndoLimit

Affected APIs

  • T:System.Windows.Controls.TextBox

Category

Windows Presentation Foundation (WPF)