
Updates Visual Studio designer functionality to work with new UWP extensibility model.
Features
- Added a new section to the PropertyGrid 'Data Models and Factories' documentation topic that talks about best practices for clearing the DataObject property when the PropertyGrid is no longer needed to prevent memory leaks.
- Added the PropertyGrid.CanClearDataObjectOnUnload property that can be set to true to automatically clear the DataObject property when the control is unloaded. Clear the DataObject property manually when CanClearDataObjectOnUnload cannot not used.
- Improved how PropertyGrid watches property value changes to help prevent memory leaks.
- Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.