dotnet/Documentation/compatibility/new-enum-values-in-wpf's-pa...

1002 B

New enum values in WPF's PageRangeSelection

Scope

Edge

Version Introduced

4.5

Source Analyzer Status

Available

Change Description

Two new members (CurrentPage and SelectedPage) have been added to the PageRangeSelection enum.

  • Quirked
  • Build-time break

In most cases, these changes won't impact user code. Code that depends on a particular number of elements existing in Enum.GetNames or Enum.GetValues calls on the PageRangeSelection type should be modified, though.

Affected APIs

  • T:System.Windows.Controls.PageRangeSelection

Category

Windows Presentation Foundation (WPF)

More information