<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Build a highlighting AutoCompleteBox (like IE8 and Firefox 3) in 5 minutes</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Sun, 21 Mar 2010 14:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Håkan Ehrsson</title>
		<link>http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/comment-page-1/#comment-832</link>
		<dc:creator>Håkan Ehrsson</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/11/18/highlighting-autocompletebox/#comment-832</guid>
		<description>I got it to work. I had placed the style you had in generic.xaml in my App.xaml instead, and then nothing was displayed. Why can´t I have it in App.xaml?</description>
		<content:encoded><![CDATA[<p>I got it to work. I had placed the style you had in generic.xaml in my App.xaml instead, and then nothing was displayed. Why can´t I have it in App.xaml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håkan Ehrsson</title>
		<link>http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/comment-page-1/#comment-831</link>
		<dc:creator>Håkan Ehrsson</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/11/18/highlighting-autocompletebox/#comment-831</guid>
		<description>I forgot to tell you that I have extended the AutoCompleteBox hence the name SOEAutoCompleteBox, but I have only added some properties and methods to it, so it shouldn´t matter.</description>
		<content:encoded><![CDATA[<p>I forgot to tell you that I have extended the AutoCompleteBox hence the name SOEAutoCompleteBox, but I have only added some properties and methods to it, so it shouldn´t matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håkan Ehrsson</title>
		<link>http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/comment-page-1/#comment-830</link>
		<dc:creator>Håkan Ehrsson</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/11/18/highlighting-autocompletebox/#comment-830</guid>
		<description>How am I supposed to include the VisualTreeExtesions class?
If I put it as is in my project I get the following error in the Populated method:
&quot;The call is ambiguous between the following methods or properties: &#039;Microsoft.Windows.Controls.VisualTreeExtensions.GetLogicalChildrenBreadthFirst(System.Windows.FrameworkElement)&#039; and &#039;Microsoft.Windows.Controls.VisualTreeExtensions.GetLogicalChildrenBreadthFirst(System.Windows.FrameworkElement)&#039;&quot;

But if I don´t supply it, I get this:
&quot;Soe.Silverlight.UserControls.SOEAutoCompleteBox&#039; does not contain a definition for &#039;GetLogicalChildrenBreadthFirst&#039; and no extension method &#039;GetLogicalChildrenBreadthFirst&#039; accepting a first argument of type &#039;Soe.Silverlight.UserControls.SOEAutoCompleteBox&#039; could be found (are you missing a using directive or an assembly reference?)&quot;</description>
		<content:encoded><![CDATA[<p>How am I supposed to include the VisualTreeExtesions class?<br />
If I put it as is in my project I get the following error in the Populated method:<br />
&#8220;The call is ambiguous between the following methods or properties: &#8216;Microsoft.Windows.Controls.VisualTreeExtensions.GetLogicalChildrenBreadthFirst(System.Windows.FrameworkElement)&#8217; and &#8216;Microsoft.Windows.Controls.VisualTreeExtensions.GetLogicalChildrenBreadthFirst(System.Windows.FrameworkElement)&#8217;&#8221;</p>
<p>But if I don´t supply it, I get this:<br />
&#8220;Soe.Silverlight.UserControls.SOEAutoCompleteBox&#8217; does not contain a definition for &#8216;GetLogicalChildrenBreadthFirst&#8217; and no extension method &#8216;GetLogicalChildrenBreadthFirst&#8217; accepting a first argument of type &#8216;Soe.Silverlight.UserControls.SOEAutoCompleteBox&#8217; could be found (are you missing a using directive or an assembly reference?)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Follesø</title>
		<link>http://www.jeff.wilcox.name/2008/11/highlighting-autocompletebox/comment-page-1/#comment-816</link>
		<dc:creator>Jonas Follesø</dc:creator>
		<pubDate>Tue, 18 Nov 2008 23:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/11/18/highlighting-autocompletebox/#comment-816</guid>
		<description>Great post Jeff, 

I haven&#039;t had this requirement on a project yet, but like you say it&#039;s a common interaction model in modern browsers. So I think this is something that will become more common requirement in apps I work on.</description>
		<content:encoded><![CDATA[<p>Great post Jeff, </p>
<p>I haven&#8217;t had this requirement on a project yet, but like you say it&#8217;s a common interaction model in modern browsers. So I think this is something that will become more common requirement in apps I work on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
