2017-04-18 07:52:04 +08:00
## New enum values in WPF's PageRangeSelection
2017-04-06 04:52:19 +08:00
### Scope
Edge
### Version Introduced
4.5
### Source Analyzer Status
Available
### Change Description
2017-04-21 02:19:05 +08:00
Two new members (< xref:System.Windows.Controls.PageRangeSelection.CurrentPage ? displayProperty = name >
and
< xref:System.Windows.Controls.PageRangeSelection.SelectedPage ? displayProperty = name > )
have been added to the
< xref:System.Windows.Controls.PageRangeSelection ? displayProperty = name > enum.
2017-04-06 04:52:19 +08:00
- [ ] Quirked
- [ ] Build-time break
### Recommended Action
2017-04-21 02:19:05 +08:00
In most cases, these changes won't impact user code. Code that depends on a
particular number of elements existing in
< xref:System.Enum.GetNames ( System . Type ) > or
< xref:System.Enum.GetValues ( System . Type ) > calls on
the < xref:System.Windows.Controls.PageRangeSelection ? displayProperty = name > type
should be modified, though.
2017-04-06 04:52:19 +08:00
### Affected APIs
* `T:System.Windows.Controls.PageRangeSelection`
### Category
Windows Presentation Foundation (WPF)
<!--
### Notes
2017-04-21 02:19:05 +08:00
Look for cast to PageRangeSelection, or < xref:System.Enum.GetNames ( System . Type ) > or < xref:System.Enum.GetValues ( System . Type ) > calls taking this type as input
2017-04-06 04:52:19 +08:00
-->
2017-04-18 07:52:04 +08:00
<!-- breaking change id: 37 -->