maui-linux/Xamarin.Forms.Platform.WP8/Converters
Frank A. Krueger e8660383b0 [All] Use IReflectableType when accessing the Registrar (#1006)
* [Core] Add GetHandlerForObject and GetHandlerTypeForObject to Registrar

These new methods first try to use IReflectableType in order to support
dynamic objects. If that fails, GetType is used.

* [Platforms] Switch to query the Registrar using GetHandlerForObject

This enables dynamic objects to be used as renderers and other
points of extensibility.

* Take into account dynamic type info when comparing cell renderers

* Fix null renderer object type

* Update Registrar`1.xml

* Update Registrar`1.xml
2017-09-28 16:35:28 +02:00
..
CaseConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ColorConverter.cs Initial import 2016-03-22 16:13:41 -07:00
HorizontalTextAlignmentConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ImageConverter.cs [All] Use IReflectableType when accessing the Registrar (#1006) 2017-09-28 16:35:28 +02:00
KeyboardConverter.cs Initial import 2016-03-22 16:13:41 -07:00