<?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: Thinking in WPF: more attached properties</title>
	<atom:link href="http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/</link>
	<description>Jeremy Alles Presentation Foundation: WPF, Silverlight, Windows Phone 7, Windows 8</description>
	<lastBuildDate>Fri, 13 Jan 2012 15:59:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tarun</title>
		<link>http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/comment-page-1/#comment-3519</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Thu, 29 Dec 2011 18:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=20#comment-3519</guid>
		<description>Awesome! Thank you very much for solving the problem in a much more elegant way! :)</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you very much for solving the problem in a much more elegant way! <img src='http://www.japf.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun</title>
		<link>http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/comment-page-1/#comment-3518</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Thu, 29 Dec 2011 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=20#comment-3518</guid>
		<description>Awesome! Thanks you very much for the problem in a much more elegant way! :)</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks you very much for the problem in a much more elegant way! <img src='http://www.japf.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/comment-page-1/#comment-361</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=20#comment-361</guid>
		<description>Bill, thanks for the idea for this particular problem :)</description>
		<content:encoded><![CDATA[<p>Bill, thanks for the idea for this particular problem <img src='http://www.japf.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Seddon</title>
		<link>http://www.japf.fr/2008/09/thinking-in-wpf-more-attached-properties/comment-page-1/#comment-360</link>
		<dc:creator>Bill Seddon</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=20#comment-360</guid>
		<description>Thanks for the idea.  The remaining problems is that all text is select *whenever* a textbox receives a mouse click - even when trying to select some of the text.

Again, an attached property can come to the rescue so the &quot;HasFocus&quot; state of a textbox can be recorded after the first mouse up event and subsequent clicks allowed without selecting all.  The HasFocus attached property can be set to false when the text box loses focus so the next time it receives focus the text will again be highlighted.</description>
		<content:encoded><![CDATA[<p>Thanks for the idea.  The remaining problems is that all text is select *whenever* a textbox receives a mouse click &#8211; even when trying to select some of the text.</p>
<p>Again, an attached property can come to the rescue so the &#8220;HasFocus&#8221; state of a textbox can be recorded after the first mouse up event and subsequent clicks allowed without selecting all.  The HasFocus attached property can be set to false when the text box loses focus so the next time it receives focus the text will again be highlighted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

