<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System.ComponentModel Namespace? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510342#M13061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try and use "clr-namespace:System.ComponentModel;assembly=&lt;/SPAN&gt;&lt;SPAN style="color:Red;"&gt;System.Windows&lt;/SPAN&gt;&lt;SPAN&gt;" instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 15:20:20 GMT</pubDate>
    <dc:creator>AliMirzabeigi</dc:creator>
    <dc:date>2010-12-29T15:20:20Z</dc:date>
    <item>
      <title>System.ComponentModel Namespace?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510341#M13060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m attempting to use this tutorial to sort a combobox�??s contents thru XAML :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms742542(v=VS.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms742542(v=VS.100).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it requires mapping to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"clr-namespace:System.ComponentModel;assembly=WindowsBase"&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"clr-namespace:System.Windows.Data;assembly=PresentationFramework"&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can find both WindowsBase.dll and PresentationFramework.dll but these are the ones build against .NET and so won�??t work with Silverlight. I don't appear to have a Siliverlight one in my reference assemblies.&amp;nbsp; Anyone got any bright ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 15:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510341#M13060</guid>
      <dc:creator>AndrewHargreaves</dc:creator>
      <dc:date>2010-12-29T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: System.ComponentModel Namespace?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510342#M13061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try and use "clr-namespace:System.ComponentModel;assembly=&lt;/SPAN&gt;&lt;SPAN style="color:Red;"&gt;System.Windows&lt;/SPAN&gt;&lt;SPAN&gt;" instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 15:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510342#M13061</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-12-29T15:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: System.ComponentModel Namespace?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510343#M13062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked, however now I get the same problem with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"clr-namespace:System.Windows.Data;assembly=PresentationFramework"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more advice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 23:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510343#M13062</guid>
      <dc:creator>AndrewHargreaves</dc:creator>
      <dc:date>2010-12-29T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: System.ComponentModel Namespace?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510344#M13063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I forgot to mention that they are both in System.Windows namespace, i.e. the XML namespaces should be defined as the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;SPAN style="color:red;"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt;scm&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"clr-namespace:System.ComponentModel;assembly=System.Windows"
&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt;dat&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"clr-namespace:System.Windows.Data;assembly=System.Windows"&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-componentmodel-namespace/m-p/510344#M13063</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2021-12-11T22:21:18Z</dc:date>
    </item>
  </channel>
</rss>

