Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7573823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:16:47+00:00 2026-05-30T16:16:47+00:00

Suppose I have a Window displaying a UserControl. The UserControl contains a TextBox which

  • 0

Suppose I have a Window displaying a UserControl. The UserControl contains a TextBox which needs to reference a named style defined in Window.Resources:

<Window.Resources>
    <Style TargetType="TextBlock" x:Key="myStyle">
        <Setter Property="FontSize" Value="20" />
    </Style>
</Window.Resources>

If I do:

<TextBlock Style="{StaticResource myStyle}">Hello</TextBlock>

an XamlParseException exception (‘Provide value on ‘System.Windows.StaticResourceExtension’ threw an exception.’) will be thrown when the application is run.

IF I change the reference to a DynamicResource, everything works fine:

<TextBlock Style="{DynamicResource myStyle}">Hello</TextBlock>

Does the StaticResource reference fail because the UserControl’s XAML is lexically parsed before the Window that contains it? In other words, as far as the XAML parser is concerned, is Windows.Resources defined after UserControl?

Thanks!
Ben

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:16:48+00:00Added an answer on May 30, 2026 at 4:16 pm

    Yes, that’s correct – the XAML parser is extremely limited in what it can find with the StaticResource markup extension. It’s not so much about order though – each XAML file is pretty much its own scope and cannot see other resources if they are in different files. As you point out, you can use DynamicResource instead. If you want the benefits of StaticResource (notably design-time support), you can also merge dictionaries (http://msdn.microsoft.com/en-us/library/system.windows.resourcedictionary.mergeddictionaries.aspx) in the resource dictionary of the user control to clue the XAML parser in to additional resource “scopes” that it should consider.

    I think merge dictionaries may not work in this particular case though, because I suspect if you merge a parent scope into a child resource dictionary, you may get a duplicate definition error (I haven’t tested it for this specific case though, maybe XAML overrides cleanly).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have some XAML like this: <Window.Resources> <v:MyClass x:Key=whatever Text=foo\nbar /> </Window.Resources> Obviously
Suppose you have a window nib, owned by a NSWindowController which loads the nib.
Suppose i have 5 window to be created in which one is parent and
Consider this scenario; suppose I have WPF window which have four objects bonded to
Suppose I have a context menu as a window resource: <Window.Resources> <ContextMenu x:Shared=false x:Key=ContextMenu>
Suppose I have a UserControl Editor it has a TextBox . It also have
Suppose I have this: <Window stuff Icon=Resources\myicon.ico> If I run the program on Windows
Suppose I have a string which contains an HTML file. How do I get
Suppose I have a Window with TextBoxes I want to use the values. Right
Suppose I have thread 1, the main window UI thread and thread 2, a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.