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 269343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:49:23+00:00 2026-05-11T23:49:23+00:00

I am trying to start building a Custom Window in WPF. I thought I

  • 0

I am trying to start building a Custom Window in WPF. I thought I had all the starting pieces in place, but so far, all I get is a regular Window with black content. I assume this is because it’s not recognizing my template as the default one for the control.
Can you please let me know what I am missing? Here’s my code:

namespace BaseWindowLibrary
{
    public class BaseWindow: Window
    {
        public BaseWindow()
        {
            DefaultStyleKeyProperty.OverrideMetadata(typeof(BaseWindow),
                                                     new FrameworkPropertyMetadata(
                                                        typeof(BaseWindow)));
        }
    }
}


<ResourceDictionary 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:base="clr-namespace:BaseWindowLibrary">

    <ControlTemplate x:Key="BaseWindowTemplate" TargetType="{x:Type base:BaseWindow}">
        <Border BorderBrush="Blue" BorderThickness="3" Background="Coral" Width="100" Height="100"/>
    </ControlTemplate>

    <Style TargetType="{x:Type base:BaseWindow}">
        <Setter Property="Template" Value="{StaticResource BaseWindowTemplate}"/>
    </Style>

</ResourceDictionary>
  • 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-11T23:49:23+00:00Added an answer on May 11, 2026 at 11:49 pm

    Are you defining this xaml code in generic.xaml or in some other resource dictionary and then merging it in generic.xaml?

    It’s a requirement to have the style the default style.

    Also, if you have been adding things by hand, check if VS aded the ThemeInfo attribute in AssemblyInfo.cs.

    And if that doesn’t work, you should post the code where you declare the window you use (the part in window.xaml or whichever name you use).

    EDIT

    To clarify, generic.xaml MUST be in the Themes folder of your solution and contain (directly or indirectly) the code for the style.

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

Sidebar

Related Questions

I'm trying to start using LINQ and specifically LINQ to SQL but I'm having
I am trying to start a new MVC project with tests and I thought
Why do I get following error when trying to start a ruby on rails
I have a simple WPF application which I am trying to start. I am
I'm trying to start a service as a user and things work fine, until
I am trying to start a service from the command line using net start
I'm trying to start a service that has a argument that specifies a port
I am actually trying to start a process for winzip and zip a folder.
I'm trying to start a program using QProcess (Qt4.4 on vista64bit, developing in MSVC2005).
Trying to write a PowerShell cmdlet that will mute the sound at start, unless

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.