---
title: "Name the built-in markup extensions in WPF?"  
description: "Name the built-in markup extensions in WPF?"  
author: "Anonymous User"  
published: 2011-05-20  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/963/name-the-built-in-markup-extensions-in-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# Name the built-in markup extensions in WPF?

**The following are the built-in markup extensions:** \
\
1)Binding:-To bind the values of two properties together. \
\
2)StaticResource:-One time lookup of a resources entry \
\
3)DynamicResource:-Auto updating lookup of a resource entry \
\
4)TemplateBinding:-To bind a property of a control template to a dependency property of the control \
\
5)x:Static:-Resolve the value of a static property. \
\
6)x:Null:-Return null

## Answers

### Answer by Anonymous User

**The following are the built-in markup extensions:** \
\
1)Binding:-To bind the values of two properties together. \
\
2)StaticResource:-One time lookup of a resources entry \
\
3)DynamicResource:-Auto updating lookup of a resource entry \
\
4)TemplateBinding:-To bind a property of a control template to a dependency property of the control \
\
5)x:Static:-Resolve the value of a static property. \
\
6)x:Null:-Return null


---

Original Source: https://www.mindstick.com/interview/963/name-the-built-in-markup-extensions-in-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
