Sign In|Join
Home/Silverlight.NET Forums/Programming with .NET - General/Custom markup extension support in Silverlight XAML parser implementa.../Re: Custom markup extension support in Silverlight XAML parser implementation...
Member
10 Points
12 Posts
Jun 12, 2008 08:35 PM | LINK
Unless I am looking in wrong place, MarkupExtensions are not extensible in Silverlight. The MarkupExtension abstract base class itself is missing in Silverlight.
Types available in System.Windows.Markup namespace:
WPF: http://msdn.microsoft.com/en-us/library/system.windows.markup.aspx
Silverlight: http://msdn.microsoft.com/en-us/library/system.windows.markup(VS.95).aspx
Probably a consumption choice made between foot-print of Silverlight runtime against making it feature compatible with WPF.
vplusplus
Member
10 Points
12 Posts
Re: Custom markup extension support in Silverlight XAML parser implementation...
Jun 12, 2008 08:35 PM | LINK
Unless I am looking in wrong place, MarkupExtensions are not extensible in Silverlight. The MarkupExtension abstract base class itself is missing in Silverlight.
Types available in System.Windows.Markup namespace:
WPF: http://msdn.microsoft.com/en-us/library/system.windows.markup.aspx
Silverlight: http://msdn.microsoft.com/en-us/library/system.windows.markup(VS.95).aspx
Probably a consumption choice made between foot-print of Silverlight runtime against making it feature compatible with WPF.