Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 973 Bytes

037 New enum values in WPF's PageRangeSelection.md

File metadata and controls

32 lines (22 loc) · 973 Bytes

37: 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

Recommended Action

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