Added the AutoCompleteBox control that allows text entry and provides suggestions for auto-completion. This kind of control is ideal for use in search query and quick launch kinds of scenarios.
Added a new QuickStart to showcase the AutoCompleteBox control.
Updated date selection in a DateEditBox's popup calendar to close the popup.
Updated EnumEditBox used in PropertyGrid to automatically pass the enumeration type in, which is useful when multiple data objects of the same type are being edited.
Added the CanReuseBrush property to BrushEditBox, BrushPicker, and GradientStopSlider, which can be set to false to create a new brush instance on any update. This is needed when binding to values using value converters.
修补程序
Fixed a bug where clicking the Today button on a MonthCalendar with CanRetainTime set would clear the time.