maui-linux/Xamarin.Forms.Xaml
Stephane Delcroix 59d9171a51
[Xaml] Chain op_implicit for OnPlatform (if needed) (#1176)
* [Xaml] Chain op_implicit for OnPlatform (if needed)

For OnPlatform<T>, if a conversion for T to the destination type exists,
first convert OnPlatform<T> to T, the T to the dest type

Also unify the way we look for op_implicit operators

* [Xaml] only apply the double opImplicit if a flag is set

* [C] allow conversion on parameter
2017-10-18 09:17:24 +02:00
..
MarkupExtensions [Xaml] Chain op_implicit for OnPlatform (if needed) (#1176) 2017-10-18 09:17:24 +02:00
Properties [Xaml] revert namespace change for XmlnsDefAttr (#610) 2016-12-05 10:32:28 +01:00
ApplyPropertiesVisitor.cs [Xaml] Set the TargetProperty on ServiceProvider (#847) 2017-04-07 09:48:17 +02:00
CreateValuesVisitor.cs [Xaml] Chain op_implicit for OnPlatform (if needed) (#1176) 2017-10-18 09:17:24 +02:00
ExpandMarkupsVisitor.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
FillResourceDictionariesVisitor.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
HydratationContext.cs Resource loading (#815) 2017-03-16 12:09:22 -07:00
IDictionaryExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
IExpressionParser.cs Initial import 2016-03-22 16:13:41 -07:00
MarkupExpressionParser.cs Initial import 2016-03-22 16:13:41 -07:00
MarkupExtensionParser.cs Initial import 2016-03-22 16:13:41 -07:00
NamescopingVisitor.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
PruneIgnoredNodesVisitor.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
RegisterXNamesVisitor.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
TypeArgumentsParser.cs More Xaml generic support (#857) 2017-04-06 14:37:59 -07:00
ViewExtensions.cs Merged ResourceDictionary (#97) 2016-04-17 14:59:44 -07:00
Xamarin.Forms.Xaml.csproj [Xaml] move ValueConverterProvider to Core (#890) 2017-04-28 12:11:38 -07:00
XamlCompilationAttribute.cs [XamlC] use correct filePath for XamlC error reporting (#513) 2016-11-16 11:51:53 -08:00
XamlFilePathAttribute.cs Resource loading (#815) 2017-03-16 12:09:22 -07:00
XamlLoader.cs [Xaml] Dispose string reader as soon as we're done with them (#1022) 2017-06-28 22:13:09 +02:00
XamlNode.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
XamlNodeVisitor.cs [Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683) 2017-01-25 14:47:27 +01:00
XamlParser.cs [XamlG] supports x:FieldModifier (#878) 2017-04-28 10:39:16 +02:00
XamlServiceProvider.cs [Xaml] Set the TargetProperty on ServiceProvider (#847) 2017-04-07 09:48:17 +02:00
XmlName.cs [XamlC] TypedBindings, some tests, a compiler, ... (#489) 2016-11-15 11:39:48 -08:00
XmlnsHelper.cs [Xaml[C]] supports 'using:' xmlns declarations (#851) 2017-04-06 22:22:50 +01:00