<?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, .Net and modern software development</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:13:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
