<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GotFocus and LostFocus events on Silverlight containers</title>
	<atom:link href="http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/</link>
	<description>Giving a little back to my fellow programmers</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/#comment-1285</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 22:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=80#comment-1285</guid>
		<description><![CDATA[This unfortunately does not help if a child is in a child of the parent. Essentially it only helps with one level of child/parent relationships, causing it to not be a solution for most cases.]]></description>
		<content:encoded><![CDATA[<p>This unfortunately does not help if a child is in a child of the parent. Essentially it only helps with one level of child/parent relationships, causing it to not be a solution for most cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rutger Nijlunsing</title>
		<link>http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/#comment-601</link>
		<dc:creator><![CDATA[Rutger Nijlunsing]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=80#comment-601</guid>
		<description><![CDATA[Harish Bhattbhatt:

        private bool IsRelated(object child, object parent) {
            return (child == parent) &#124;&#124; (
                (child is FrameworkElement) &amp;&amp;
                IsRelated(((FrameworkElement)child).Parent, parent)
            );
        }]]></description>
		<content:encoded><![CDATA[<p>Harish Bhattbhatt:</p>
<p>        private bool IsRelated(object child, object parent) {<br />
            return (child == parent) || (<br />
                (child is FrameworkElement) &amp;&amp;<br />
                IsRelated(((FrameworkElement)child).Parent, parent)<br />
            );<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Bhattbhatt</title>
		<link>http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/#comment-600</link>
		<dc:creator><![CDATA[Harish Bhattbhatt]]></dc:creator>
		<pubDate>Sun, 07 Jun 2009 09:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=80#comment-600</guid>
		<description><![CDATA[Can You provide IsRelated Function in C#]]></description>
		<content:encoded><![CDATA[<p>Can You provide IsRelated Function in C#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Cream for November 28, 2008 - 2 -- #441</title>
		<link>http://programmerpayback.com/2008/11/20/gotfocus-and-lostfocus-events-on-containers/#comment-10</link>
		<dc:creator><![CDATA[Silverlight Cream for November 28, 2008 - 2 -- #441]]></dc:creator>
		<pubDate>Mon, 01 Dec 2008 07:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=80#comment-10</guid>
		<description><![CDATA[[...] GotFocus and LostFocus events on Silverlight containers [...]]]></description>
		<content:encoded><![CDATA[<p>[...] GotFocus and LostFocus events on Silverlight containers [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

