<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - WPF: Find elements of specific type in FlowDocument</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - WPF: Find elements of specific type in FlowDocument</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 08:03:42 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 08:03:42 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>3</c9:totalResults>
	<c9:pageCount>-3</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - WPF: Find elements of specific type in FlowDocument</title>
		<description><![CDATA[<p>I'm trying to gather all hyperlinks from a RichTextBox in WPF, but the whole FlowDocument class is an enigma. I can find ways to find elements by name and resources by key, but I can't find any way to simply return a collection of all HyperLink comments
 in the document, or even in each of the document's Blocks. Is there a way to do this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/488382#488382</link>
		<pubDate>Sat, 29 Aug 2009 09:52:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/488382#488382</guid>
		<dc:creator>Bas</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Bas/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WPF: Find elements of specific type in FlowDocument</title>
		<description><![CDATA[<p>If the current Block is a Paragraph, you could check it's Inlines property for any Hyperlink objects.</p>
<p>&nbsp;</p>
<p>I don't think FlowDocument is designed to be that interactive.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/ccfab213d9864818a2c39deb0008803b#ccfab213d9864818a2c39deb0008803b</link>
		<pubDate>Mon, 31 Aug 2009 14:08:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/ccfab213d9864818a2c39deb0008803b#ccfab213d9864818a2c39deb0008803b</guid>
		<dc:creator>Scott</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/spivonious/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WPF: Find elements of specific type in FlowDocument</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">spivonious said:</div><div class="quoteText">
<p>If the current Block is a Paragraph, you could check it's Inlines property for any Hyperlink objects.</p>
<p>&nbsp;</p>
<p>I don't think FlowDocument is designed to be that interactive.</p>
</div></blockquote>
<p>If I remember correctly, HyperLinks will be part of the logical tree of FlowDocument, so a simple pre-order traversal over the logical tree starting from the FlowDocument down to the reaf element should do the trick.</p>
<p>&nbsp;</p>
<p>Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/fab2d061ed834a44b3ac9deb00088063#fab2d061ed834a44b3ac9deb00088063</link>
		<pubDate>Thu, 03 Sep 2009 00:25:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/fab2d061ed834a44b3ac9deb00088063#fab2d061ed834a44b3ac9deb00088063</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>