<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPF Archives - IntelliTect</title>
	<atom:link href="https://intellitect.com/blog/tag/wpf/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 07 Mar 2023 21:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://intellitect.com/wp-content/uploads/2017/02/cropped-favicon-1-32x32.png</url>
	<title>WPF Archives - IntelliTect</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Material Design in XAML &#8211; How to Make Sense of the DialogHost</title>
		<link>https://intellitect.com/blog/material-design-in-xaml-dialog-host/</link>
					<comments>https://intellitect.com/blog/material-design-in-xaml-dialog-host/#comments</comments>
		
		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Fri, 17 Aug 2018 05:28:45 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Material Design In XAML]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=33891</guid>

					<description><![CDATA[<p>Material Design in XAML Material Design In XAML (MDIX) is a beautiful theme library that brings Google’s Material Design to your Windows Presentation Framework (WPF) applications. In this tutorial, we look at the XAML Dialog Host, one of its most powerful controls. XAML Dialog Host provides a simple way to display a dialog with information&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/material-design-in-xaml-dialog-host/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Material Design in XAML &#8211; How to Make Sense of the DialogHost</span></a></div>
<p>The post <a href="https://intellitect.com/blog/material-design-in-xaml-dialog-host/">Material Design in XAML &#8211; How to Make Sense of the DialogHost</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/material-design-in-xaml-dialog-host/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>5 Steps to Getting Started With Material Design In XAML</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/</link>
					<comments>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comments</comments>
		
		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Mon, 02 Jul 2018 15:48:50 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Material Design In XAML]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=33611</guid>

					<description><![CDATA[<p>Add Aesthetically Appealing Material Design to Your Windows Presentation Framework Applications Material Design In XAML (MDIX) is a beautiful theme library that brings Google’s Material Design to your Windows Presentation Framework (WPF) applications. In this tutorial, we look at how easy it is to get started and add some beautiful material design to your application.&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">5 Steps to Getting Started With Material Design In XAML</span></a></div>
<p>The post <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/">5 Steps to Getting Started With Material Design In XAML</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/getting-started-material-design-in-xaml/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
		<item>
		<title>Ensure Continuation Using Async Await With the Windows UI</title>
		<link>https://intellitect.com/blog/async-await-windows-ui/</link>
					<comments>https://intellitect.com/blog/async-await-windows-ui/#comments</comments>
		
		<dc:creator><![CDATA[Mark Michaelis]]></dc:creator>
		<pubDate>Fri, 06 Apr 2018 17:30:46 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=32836</guid>

					<description><![CDATA[<p>The Async Await Pattern Ensures That Continuation Works Without Switching Back to the UI Thread to Update a Control One place where synchronization is especially important is in the context of UI and Web programming. With the Windows UI, for example, a message pump processes messages such as mouse click and move events. Furthermore, the&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/async-await-windows-ui/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Ensure Continuation Using Async Await With the Windows UI</span></a></div>
<p>The post <a href="https://intellitect.com/blog/async-await-windows-ui/">Ensure Continuation Using Async Await With the Windows UI</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/async-await-windows-ui/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Master the Basics of MVVM for Building WPF Applications</title>
		<link>https://intellitect.com/blog/getting-started-model-view-viewmodel-mvvm-pattern-using-windows-presentation-framework-wpf/</link>
					<comments>https://intellitect.com/blog/getting-started-model-view-viewmodel-mvvm-pattern-using-windows-presentation-framework-wpf/#comments</comments>
		
		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Tue, 19 Sep 2017 20:36:27 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=32891</guid>

					<description><![CDATA[<p>Getting Started: Model-View-ViewModel Pattern using Windows Presentation Framework The Windows Presentation Framework (WPF) takes full advantage of the Model-View-ViewModel (MVVM) pattern. Though it is possible to create WPF applications without using the MVVM pattern, a little investment in learning can make building WPF applications much simpler. If you are just getting started with WPF, I&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/getting-started-model-view-viewmodel-mvvm-pattern-using-windows-presentation-framework-wpf/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Master the Basics of MVVM for Building WPF Applications</span></a></div>
<p>The post <a href="https://intellitect.com/blog/getting-started-model-view-viewmodel-mvvm-pattern-using-windows-presentation-framework-wpf/">Master the Basics of MVVM for Building WPF Applications</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/getting-started-model-view-viewmodel-mvvm-pattern-using-windows-presentation-framework-wpf/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Displaying a Custom Tooltip</title>
		<link>https://intellitect.com/blog/display-a-custom-tooltip-at-the-mouse-position-on-a-large-wpf-control/</link>
		
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 16 Dec 2015 21:28:41 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=21861</guid>

					<description><![CDATA[<p>Custom Mouse Tooltip on Large WPF Control In my work for an electric utility, we have a WPF-based map control used to show the location of power lines, along with other devices such as transformers and points of service. We wanted to show a tooltip when a user clicks on one of the power lines&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/display-a-custom-tooltip-at-the-mouse-position-on-a-large-wpf-control/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Displaying a Custom Tooltip</span></a></div>
<p>The post <a href="https://intellitect.com/blog/display-a-custom-tooltip-at-the-mouse-position-on-a-large-wpf-control/">Displaying a Custom Tooltip</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
